pub struct IsNotStdKind;Available on crate feature
fmt only.Expand description
Marker type for non-standard library types,
used as the Kind associated type in FormatMarker.
Auto Trait Implementations§
impl Freeze for IsNotStdKind
impl RefUnwindSafe for IsNotStdKind
impl Send for IsNotStdKind
impl Sync for IsNotStdKind
impl Unpin for IsNotStdKind
impl UnwindSafe for IsNotStdKind
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