pub enum ListTypes {
Filesystem,
Snapshot,
Volume,
Bookmark,
}
Variants§
Trait Implementations§
impl Eq for ListTypes
impl StructuralPartialEq for ListTypes
Auto Trait Implementations§
impl Freeze for ListTypes
impl RefUnwindSafe for ListTypes
impl Send for ListTypes
impl Sync for ListTypes
impl Unpin for ListTypes
impl UnwindSafe for ListTypes
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