Enum konst::polymorphism::kinds::IsNotStdKind
source · pub enum IsNotStdKind {}
Expand description
Marker for non-standard library types.
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