Struct odra_modules::access::Ownable2StepDeployer
source · pub struct Ownable2StepDeployer;Expand description
Deployer for the Ownable2Step contract.
Implementations§
source§impl Ownable2StepDeployer
impl Ownable2StepDeployer
pub fn init() -> Ownable2StepRef
Auto Trait Implementations§
impl Freeze for Ownable2StepDeployer
impl RefUnwindSafe for Ownable2StepDeployer
impl Send for Ownable2StepDeployer
impl Sync for Ownable2StepDeployer
impl Unpin for Ownable2StepDeployer
impl UnwindSafe for Ownable2StepDeployer
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