struct UsedQuotaRow {
field: String,
value: i32,
}Fields§
§field: String§value: i32Trait Implementations§
Source§impl Tabled for UsedQuotaRow
impl Tabled for UsedQuotaRow
Auto Trait Implementations§
impl Freeze for UsedQuotaRow
impl RefUnwindSafe for UsedQuotaRow
impl Send for UsedQuotaRow
impl Sync for UsedQuotaRow
impl Unpin for UsedQuotaRow
impl UnsafeUnpin for UsedQuotaRow
impl UnwindSafe for UsedQuotaRow
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