Struct const_panic::fmt::IsStdType
source · pub struct IsStdType;
Expand description
Marker type used as the PanicFmt::Kind
associated type for std types.
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