Struct panorama_imap::response::BodySection[][src]

pub struct BodySection {
    pub section: Option<SectionPath>,
    pub index: Option<u32>,
    pub data: Option<String>,
}

Fields

section: Option<SectionPath>index: Option<u32>data: Option<String>

Trait Implementations

impl Clone for BodySection[src]

impl Debug for BodySection[src]

impl Eq for BodySection[src]

impl PartialEq<BodySection> for BodySection[src]

impl StructuralEq for BodySection[src]

impl StructuralPartialEq for BodySection[src]

Auto Trait Implementations

impl RefUnwindSafe for BodySection[src]

impl Send for BodySection[src]

impl Sync for BodySection[src]

impl Unpin for BodySection[src]

impl UnwindSafe for BodySection[src]

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