pub struct NoModules;Expand description
No modules beyond the one given and whatever it declares inside itself.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoModules
impl RefUnwindSafe for NoModules
impl Send for NoModules
impl Sync for NoModules
impl Unpin for NoModules
impl UnsafeUnpin for NoModules
impl UnwindSafe for NoModules
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