pub enum SlabType {
Bottom,
Top,
Double,
}Variants§
Trait Implementations§
impl StructuralPartialEq for SlabType
Auto Trait Implementations§
impl Freeze for SlabType
impl RefUnwindSafe for SlabType
impl Send for SlabType
impl Sync for SlabType
impl Unpin for SlabType
impl UnsafeUnpin for SlabType
impl UnwindSafe for SlabType
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