Struct const_format::marker_traits::IsNotStdKind
source · [−]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 RefUnwindSafe for IsNotStdKind
impl Send for IsNotStdKind
impl Sync for IsNotStdKind
impl Unpin for IsNotStdKind
impl UnwindSafe for IsNotStdKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more