Struct fast_protocol::datatypes::packets::StatusRequestPacket
source · pub struct StatusRequestPacket;Expand description
Packet telling the server to send its basic information
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StatusRequestPacket
impl RefUnwindSafe for StatusRequestPacket
impl Send for StatusRequestPacket
impl Sync for StatusRequestPacket
impl Unpin for StatusRequestPacket
impl UnwindSafe for StatusRequestPacket
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