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 From<QuotaRoot<'_>> for QuotaRoot
impl From<QuotaRoot<'_>> for QuotaRoot
Source§fn from(root: QuotaRootRef<'_>) -> Self
fn from(root: QuotaRootRef<'_>) -> Self
Converts to this type from the input type.
impl Eq for QuotaRoot
impl StructuralPartialEq for QuotaRoot
Auto Trait Implementations§
impl Freeze for QuotaRoot
impl RefUnwindSafe for QuotaRoot
impl Send for QuotaRoot
impl Sync for QuotaRoot
impl Unpin for QuotaRoot
impl UnwindSafe for QuotaRoot
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more