pub struct ModuleKey(/* private fields */);Implementations§
Trait Implementations§
impl Copy for ModuleKey
impl Eq for ModuleKey
impl StructuralPartialEq for ModuleKey
Auto Trait Implementations§
impl Freeze for ModuleKey
impl RefUnwindSafe for ModuleKey
impl Send for ModuleKey
impl Sync for ModuleKey
impl Unpin for ModuleKey
impl UnsafeUnpin for ModuleKey
impl UnwindSafe for ModuleKey
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