pub struct ZfsList { /* private fields */ }
Implementations§
Trait Implementations§
impl Eq for ZfsList
impl StructuralPartialEq for ZfsList
Auto Trait Implementations§
impl Freeze for ZfsList
impl RefUnwindSafe for ZfsList
impl Send for ZfsList
impl Sync for ZfsList
impl Unpin for ZfsList
impl UnwindSafe for ZfsList
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