pub struct Quota {
pub root_name: String,
pub resources: Vec<QuotaResource>,
}
Expand description
5.1. QUOTA Response (https://tools.ietf.org/html/rfc2087#section-5.1)
Fields§
§root_name: String
quota root name
resources: Vec<QuotaResource>
quota resources for this quota
Trait Implementations§
impl Eq for Quota
impl StructuralPartialEq for Quota
Auto Trait Implementations§
impl Freeze for Quota
impl RefUnwindSafe for Quota
impl Send for Quota
impl Sync for Quota
impl Unpin for Quota
impl UnwindSafe for Quota
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