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