Struct imap_proto::types::Request
[−]
[src]
pub struct Request(pub RequestId, pub Vec<u8>);
Trait Implementations
impl Debug for Request[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more