Struct odra_modules::access::OwnableDeployer
source · pub struct OwnableDeployer;Implementations§
source§impl OwnableDeployer
impl OwnableDeployer
pub fn init() -> OwnableRef
Auto Trait Implementations§
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