Struct async_imap::types::QuotaRoot
source · pub struct QuotaRoot {
pub mailbox_name: String,
pub quota_root_names: Vec<String>,
}
Expand description
5.2. QUOTAROOT Response (https://tools.ietf.org/html/rfc2087#section-5.2)
Fields§
§mailbox_name: String
mailbox name
quota_root_names: Vec<String>
zero or more quota root names
Trait Implementations§
source§impl<'a> From<QuotaRoot<'a>> for QuotaRoot
impl<'a> From<QuotaRoot<'a>> for QuotaRoot
source§fn from(root: QuotaRootRef<'_>) -> Self
fn from(root: QuotaRootRef<'_>) -> Self
Converts to this type from the input type.