pub struct IsStdType;Expand description
Marker type used as the PanicFmt::Kind associated type for std types.
Trait Implementations§
Source§impl<T> CoerceReturn<T> for IsStdType
 
impl<T> CoerceReturn<T> for IsStdType
Source§type CoerceTo = StdWrapper<T>
 
type CoerceTo = StdWrapper<T>
The type that the 
T argument is converted into.Auto Trait Implementations§
impl Freeze for IsStdType
impl RefUnwindSafe for IsStdType
impl Send for IsStdType
impl Sync for IsStdType
impl Unpin for IsStdType
impl UnwindSafe for IsStdType
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