struct PingJson {
gateway: String,
connect_ms: f64,
rtt_ms: f64,
ok: bool,
}Fields§
§gateway: String§connect_ms: f64§rtt_ms: f64§ok: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for PingJson
impl RefUnwindSafe for PingJson
impl Send for PingJson
impl Sync for PingJson
impl Unpin for PingJson
impl UnsafeUnpin for PingJson
impl UnwindSafe for PingJson
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