pub struct SetQuotaResponse {
pub success: bool,
pub namespace: String,
pub config: QuotaConfig,
pub message: String,
}Expand description
Response from setting quota
Fields§
§success: boolWhether the operation succeeded
namespace: StringNamespace name
config: QuotaConfigApplied quota configuration
message: StringStatus message
Trait Implementations§
Source§impl Debug for SetQuotaResponse
impl Debug for SetQuotaResponse
Auto Trait Implementations§
impl Freeze for SetQuotaResponse
impl RefUnwindSafe for SetQuotaResponse
impl Send for SetQuotaResponse
impl Sync for SetQuotaResponse
impl Unpin for SetQuotaResponse
impl UnsafeUnpin for SetQuotaResponse
impl UnwindSafe for SetQuotaResponse
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