struct HistoryKlQuotaJson {
used_quota: i32,
remain_quota: i32,
detail_count: usize,
}Fields§
§used_quota: i32§remain_quota: i32§detail_count: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for HistoryKlQuotaJson
impl RefUnwindSafe for HistoryKlQuotaJson
impl Send for HistoryKlQuotaJson
impl Sync for HistoryKlQuotaJson
impl Unpin for HistoryKlQuotaJson
impl UnsafeUnpin for HistoryKlQuotaJson
impl UnwindSafe for HistoryKlQuotaJson
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