pub struct DefaultQuotaResponse {
pub config: Option<QuotaConfig>,
}Expand description
Response for default quota query
Fields§
§config: Option<QuotaConfig>Default quota configuration (None if not set)
Trait Implementations§
Source§impl Debug for DefaultQuotaResponse
impl Debug for DefaultQuotaResponse
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