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