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