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