pub struct QuotaRuleInfoListHeaders {
pub x_total_count: Option<i64>,
}Fields§
§x_total_count: Option<i64>Trait Implementations§
Auto Trait Implementations§
impl Freeze for QuotaRuleInfoListHeaders
impl RefUnwindSafe for QuotaRuleInfoListHeaders
impl Send for QuotaRuleInfoListHeaders
impl Sync for QuotaRuleInfoListHeaders
impl Unpin for QuotaRuleInfoListHeaders
impl UnwindSafe for QuotaRuleInfoListHeaders
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