Struct pop3::POP3EmailMetadata [] [src]

pub struct POP3EmailMetadata {
    pub message_id: i32,
    pub message_size: i32,
}

Fields

Trait Implementations

impl Clone for POP3EmailMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for POP3EmailMetadata
[src]

impl Debug for POP3EmailMetadata
[src]

Formats the value using the given formatter.