Struct fast_protocol::datatypes::packets::Pong
source · pub struct Pong {}👎Deprecated
Expand description
this is a packet, defined in the documentation, but not used by default, so there is no need currently to implement it, but reservated, if it will be needed. (thats why it’s marked as deprecated)
Auto Trait Implementations§
impl Freeze for Pong
impl RefUnwindSafe for Pong
impl Send for Pong
impl Sync for Pong
impl Unpin for Pong
impl UnwindSafe for Pong
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