[][src]Struct esl::StringZList

pub struct StringZList {
    pub vec: Vec<String>,
    pub has_tail_zero: bool,
}

Fields

vec: Vec<String>has_tail_zero: bool

Trait Implementations

impl Clone for StringZList[src]

impl Debug for StringZList[src]

impl Default for StringZList[src]

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

impl Eq for StringZList[src]

impl From<StringZList> for Field[src]

impl<T: Into<Vec<String>>> From<T> for StringZList[src]

impl Hash for StringZList[src]

impl Ord for StringZList[src]

impl PartialEq<StringZList> for StringZList[src]

impl PartialOrd<StringZList> for StringZList[src]

impl Serialize for StringZList[src]

impl StructuralEq for StringZList[src]

impl StructuralPartialEq for StringZList[src]

Auto Trait Implementations

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: 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.