pub struct DefaultQuotaResponse {
pub config: Option<QuotaConfig>,
}Expand description
Response from GET /admin/quotas/default.
Fields§
§config: Option<QuotaConfig>Trait Implementations§
Source§impl Clone for DefaultQuotaResponse
impl Clone for DefaultQuotaResponse
Source§fn clone(&self) -> DefaultQuotaResponse
fn clone(&self) -> DefaultQuotaResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DefaultQuotaResponse
impl Debug for DefaultQuotaResponse
Source§impl<'de> Deserialize<'de> for DefaultQuotaResponse
impl<'de> Deserialize<'de> for DefaultQuotaResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DefaultQuotaResponse
impl RefUnwindSafe for DefaultQuotaResponse
impl Send for DefaultQuotaResponse
impl Sync for DefaultQuotaResponse
impl Unpin for DefaultQuotaResponse
impl UnsafeUnpin for DefaultQuotaResponse
impl UnwindSafe for DefaultQuotaResponse
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