[][src]Struct zfs_cmd_api::ZfsList

pub struct ZfsList { /* fields omitted */ }

Methods

impl ZfsList[src]

pub fn iter(&self) -> impl Iterator<Item = &[u8]>[src]

Trait Implementations

impl<'a> From<&'a ZfsList> for Vec<Vec<String>>[src]

impl Clone for ZfsList[src]

impl Default for ZfsList[src]

impl Eq for ZfsList[src]

impl PartialEq<ZfsList> for ZfsList[src]

impl Display for ZfsList[src]

impl Debug for ZfsList[src]

impl StructuralPartialEq for ZfsList[src]

impl StructuralEq for ZfsList[src]

Auto Trait Implementations

impl Send for ZfsList

impl Sync for ZfsList

impl Unpin for ZfsList

impl UnwindSafe for ZfsList

impl RefUnwindSafe for ZfsList

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]