Struct odra_modules::access::Ownable2StepComposer
source · pub struct Ownable2StepComposer { /* private fields */ }Implementations§
source§impl Ownable2StepComposer
impl Ownable2StepComposer
pub fn new(namespace: &str, name: &str) -> Self
pub fn with_ownable(self, ownable: &Ownable) -> Self
pub fn with_pending_owner( self, pending_owner: &Variable<Option<Address>> ) -> Self
pub fn compose(self) -> Ownable2Step
Auto Trait Implementations§
impl RefUnwindSafe for Ownable2StepComposer
impl Send for Ownable2StepComposer
impl Sync for Ownable2StepComposer
impl Unpin for Ownable2StepComposer
impl UnwindSafe for Ownable2StepComposer
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