Struct imap_proto::types::Quota [−][src]
pub struct Quota<'a> {
pub root_name: Cow<'a, str>,
pub resources: Vec<QuotaResource<'a>>,
}Expand description
5.1. QUOTA Response (https://tools.ietf.org/html/rfc2087#section-5.1)
Fields
root_name: Cow<'a, str>quota root name
resources: Vec<QuotaResource<'a>>Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Quota<'a>
impl<'a> UnwindSafe for Quota<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more