Enum konst::polymorphism::kinds::IsRefKind
source · pub enum IsRefKind {}
Expand description
Marker for references.
Auto Trait Implementations§
impl Freeze for IsRefKind
impl RefUnwindSafe for IsRefKind
impl Send for IsRefKind
impl Sync for IsRefKind
impl Unpin for IsRefKind
impl UnwindSafe for IsRefKind
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