Struct dao::modules::access_control::AccessControlDeployer
source · pub struct AccessControlDeployer;
Expand description
Deployer for the AccessControl contract.
Implementations§
source§impl AccessControlDeployer
impl AccessControlDeployer
pub fn init(address: Address) -> AccessControlRef
Auto Trait Implementations§
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