Struct fast_protocol::datatypes::packets::Ping
source · pub struct Ping {}👎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 Ping
impl RefUnwindSafe for Ping
impl Send for Ping
impl Sync for Ping
impl Unpin for Ping
impl UnwindSafe for Ping
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