Struct imap::Fetch [] [src]

pub struct Fetch {
    pub message: u32,
    pub uid: Option<u32>,
    // some fields omitted
}

Fields

Methods

impl Fetch
[src]

[src]

[src]

Trait Implementations

impl Debug for Fetch
[src]

[src]

Formats the value using the given formatter.

impl Eq for Fetch
[src]

impl PartialEq for Fetch
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.