pub struct Stdlib;Expand description
Standard library registrar.
Implementations§
Auto Trait Implementations§
impl Freeze for Stdlib
impl RefUnwindSafe for Stdlib
impl Send for Stdlib
impl Sync for Stdlib
impl Unpin for Stdlib
impl UnsafeUnpin for Stdlib
impl UnwindSafe for Stdlib
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