pub struct UpdateAccountQuotaRequest {
pub quota_limit: i64,
pub quota_excess_pct: Option<i32>,
}Fields§
§quota_limit: i64§quota_excess_pct: Option<i32>Trait Implementations§
Source§impl Clone for UpdateAccountQuotaRequest
impl Clone for UpdateAccountQuotaRequest
Source§fn clone(&self) -> UpdateAccountQuotaRequest
fn clone(&self) -> UpdateAccountQuotaRequest
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 UpdateAccountQuotaRequest
impl Debug for UpdateAccountQuotaRequest
Auto Trait Implementations§
impl Freeze for UpdateAccountQuotaRequest
impl RefUnwindSafe for UpdateAccountQuotaRequest
impl Send for UpdateAccountQuotaRequest
impl Sync for UpdateAccountQuotaRequest
impl Unpin for UpdateAccountQuotaRequest
impl UnsafeUnpin for UpdateAccountQuotaRequest
impl UnwindSafe for UpdateAccountQuotaRequest
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