pub struct UnconnectedPong {
pub ping_time: i64,
pub server_guid: u64,
pub magic: Magic,
pub motd: Bytes,
}Fields§
§ping_time: i64§server_guid: u64§magic: Magic§motd: BytesTrait Implementations§
Source§impl Clone for UnconnectedPong
impl Clone for UnconnectedPong
Source§fn clone(&self) -> UnconnectedPong
fn clone(&self) -> UnconnectedPong
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 UnconnectedPong
impl RefUnwindSafe for UnconnectedPong
impl Send for UnconnectedPong
impl Sync for UnconnectedPong
impl Unpin for UnconnectedPong
impl UnsafeUnpin for UnconnectedPong
impl UnwindSafe for UnconnectedPong
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