Struct imap_proto::types::Request [] [src]

pub struct Request(pub RequestId, pub Vec<u8>);

Trait Implementations

impl Debug for Request
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for Request
[src]

impl PartialEq for Request
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Request

impl Sync for Request