pub struct StandardTypes(/* private fields */);
Implementations§
Source§impl StandardTypes
impl StandardTypes
Trait Implementations§
Source§impl Debug for StandardTypes
impl Debug for StandardTypes
Auto Trait Implementations§
impl Freeze for StandardTypes
impl RefUnwindSafe for StandardTypes
impl Send for StandardTypes
impl Sync for StandardTypes
impl Unpin for StandardTypes
impl UnwindSafe for StandardTypes
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