pub struct StdLibrary;
Expand description
Stof standard library.
Trait Implementations§
Source§impl Debug for StdLibrary
impl Debug for StdLibrary
Source§impl Default for StdLibrary
impl Default for StdLibrary
Source§fn default() -> StdLibrary
fn default() -> StdLibrary
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StdLibrary
impl RefUnwindSafe for StdLibrary
impl Send for StdLibrary
impl Sync for StdLibrary
impl Unpin for StdLibrary
impl UnwindSafe for StdLibrary
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