Struct panorama_imap::response::BodyContentSinglePart[][src]

pub struct BodyContentSinglePart {
    pub id: Option<String>,
    pub md5: Option<String>,
    pub description: Option<String>,
    pub transfer_encoding: ContentEncoding,
    pub octets: u32,
}

Fields

id: Option<String>md5: Option<String>description: Option<String>transfer_encoding: ContentEncodingoctets: u32

Trait Implementations

impl Clone for BodyContentSinglePart[src]

impl Debug for BodyContentSinglePart[src]

impl Eq for BodyContentSinglePart[src]

impl PartialEq<BodyContentSinglePart> for BodyContentSinglePart[src]

impl StructuralEq for BodyContentSinglePart[src]

impl StructuralPartialEq for BodyContentSinglePart[src]

Auto Trait Implementations

impl RefUnwindSafe for BodyContentSinglePart[src]

impl Send for BodyContentSinglePart[src]

impl Sync for BodyContentSinglePart[src]

impl Unpin for BodyContentSinglePart[src]

impl UnwindSafe for BodyContentSinglePart[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.