pub struct CoreModule;Expand description
The core stdlib module.
Implementations§
Source§impl CoreModule
impl CoreModule
Trait Implementations§
Source§impl Default for CoreModule
impl Default for CoreModule
Source§impl StdlibModule for CoreModule
impl StdlibModule for CoreModule
Auto Trait Implementations§
impl Freeze for CoreModule
impl RefUnwindSafe for CoreModule
impl Send for CoreModule
impl Sync for CoreModule
impl Unpin for CoreModule
impl UnwindSafe for CoreModule
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