pub enum BoxKind {
Loaded,
Fixed,
Staged,
Recent,
}Variants§
Implementations§
Trait Implementations§
impl Copy for BoxKind
impl Eq for BoxKind
impl StructuralPartialEq for BoxKind
Auto Trait Implementations§
impl Freeze for BoxKind
impl RefUnwindSafe for BoxKind
impl Send for BoxKind
impl Sync for BoxKind
impl Unpin for BoxKind
impl UnsafeUnpin for BoxKind
impl UnwindSafe for BoxKind
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