Struct imap_proto::types::QuotaResource [−][src]
pub struct QuotaResource<'a> {
pub name: QuotaResourceName<'a>,
pub usage: u64,
pub limit: u64,
}Expand description
5.1. QUOTA Response (https://tools.ietf.org/html/rfc2087#section-5.1)
Fields
name: QuotaResourceName<'a>usage: u64current usage of the resource
limit: u64resource limit
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for QuotaResource<'a>
impl<'a> Send for QuotaResource<'a>
impl<'a> Sync for QuotaResource<'a>
impl<'a> Unpin for QuotaResource<'a>
impl<'a> UnwindSafe for QuotaResource<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more