pub struct Module<L> { /* private fields */ }Available on crate feature
module only.Expand description
This represents a module shared object.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<L> Freeze for Module<L>where
L: Freeze,
impl<L> RefUnwindSafe for Module<L>where
L: RefUnwindSafe,
impl<L> Send for Module<L>where
L: Send,
impl<L> Sync for Module<L>where
L: Sync,
impl<L> Unpin for Module<L>where
L: Unpin,
impl<L> UnwindSafe for Module<L>where
L: UnwindSafe,
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