Struct fast_protocol::datatypes::packets::PongPacket
source · pub struct PongPacket { /* private fields */ }Expand description
Packet to respond to the client so that it can measure its ping
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PongPacket
impl RefUnwindSafe for PongPacket
impl Send for PongPacket
impl Sync for PongPacket
impl Unpin for PongPacket
impl UnwindSafe for PongPacket
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