Struct imap_proto::types::QuotaRoot [−][src]
pub struct QuotaRoot<'a> {
pub mailbox_name: Cow<'a, str>,
pub quota_root_names: Vec<Cow<'a, str>>,
}Expand description
5.2. QUOTAROOT Response (https://tools.ietf.org/html/rfc2087#section-5.2)
Fields
mailbox_name: Cow<'a, str>mailbox name
quota_root_names: Vec<Cow<'a, str>>zero or more quota root names
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for QuotaRoot<'a>
impl<'a> UnwindSafe for QuotaRoot<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more