pub struct ModuleAuthority;Implementations§
Auto Trait Implementations§
impl Freeze for ModuleAuthority
impl RefUnwindSafe for ModuleAuthority
impl Send for ModuleAuthority
impl Sync for ModuleAuthority
impl Unpin for ModuleAuthority
impl UnsafeUnpin for ModuleAuthority
impl UnwindSafe for ModuleAuthority
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