pub struct CSPRRateProviderContractDeployer;
Expand description
Deployer for the CSPRRateProviderContract contract.
Implementations§
source§impl CSPRRateProviderContractDeployer
impl CSPRRateProviderContractDeployer
pub fn init(rate: Balance) -> CSPRRateProviderContractRef
Auto Trait Implementations§
impl RefUnwindSafe for CSPRRateProviderContractDeployer
impl Send for CSPRRateProviderContractDeployer
impl Sync for CSPRRateProviderContractDeployer
impl Unpin for CSPRRateProviderContractDeployer
impl UnwindSafe for CSPRRateProviderContractDeployer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more