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