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