pub struct ConnectedPong {
pub ping_time: i64,
pub pong_time: i64,
}Fields§
§ping_time: i64§pong_time: i64Trait Implementations§
Source§impl Clone for ConnectedPong
impl Clone for ConnectedPong
Source§fn clone(&self) -> ConnectedPong
fn clone(&self) -> ConnectedPong
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ConnectedPong
impl RefUnwindSafe for ConnectedPong
impl Send for ConnectedPong
impl Sync for ConnectedPong
impl Unpin for ConnectedPong
impl UnsafeUnpin for ConnectedPong
impl UnwindSafe for ConnectedPong
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