pub enum MetaSlotStatus {
UNUSED,
UNIQUE,
SHARED,
OVERFLOW,
UNDER_CONSTRUCTION,
}Variants§
Auto Trait Implementations§
impl Freeze for MetaSlotStatus
impl RefUnwindSafe for MetaSlotStatus
impl Send for MetaSlotStatus
impl Sync for MetaSlotStatus
impl Unpin for MetaSlotStatus
impl UnsafeUnpin for MetaSlotStatus
impl UnwindSafe for MetaSlotStatus
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