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