pub enum KindClass {
Regular,
Replaceable,
Ephemeral,
Addressable,
}Variants§
Implementations§
Trait Implementations§
impl Copy for KindClass
impl Eq for KindClass
impl StructuralPartialEq for KindClass
Auto Trait Implementations§
impl Freeze for KindClass
impl RefUnwindSafe for KindClass
impl Send for KindClass
impl Sync for KindClass
impl Unpin for KindClass
impl UnsafeUnpin for KindClass
impl UnwindSafe for KindClass
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