[][src]Struct libzfs_types::ZProp

pub struct ZProp {
    pub name: String,
    pub value: String,
}

Fields

name: Stringvalue: String

Trait Implementations

impl Clone for ZProp[src]

impl Debug for ZProp[src]

impl<'de> Deserialize<'de> for ZProp[src]

impl Eq for ZProp[src]

impl Hash for ZProp[src]

impl Ord for ZProp[src]

impl PartialEq<ZProp> for ZProp[src]

impl PartialOrd<ZProp> for ZProp[src]

impl Serialize for ZProp[src]

impl StructuralEq for ZProp[src]

impl StructuralPartialEq for ZProp[src]

Auto Trait Implementations

impl RefUnwindSafe for ZProp

impl Send for ZProp

impl Sync for ZProp

impl Unpin for ZProp

impl UnwindSafe for ZProp

Blanket Implementations

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

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

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

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.