pub struct StatusRequestPacket;Expand description
Serverbound status request (packet ID 0x00 in STATUS state). This packet has no fields.
Trait Implementations§
Source§impl Clone for StatusRequestPacket
impl Clone for StatusRequestPacket
Source§fn clone(&self) -> StatusRequestPacket
fn clone(&self) -> StatusRequestPacket
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 moreSource§impl Debug for StatusRequestPacket
impl Debug for StatusRequestPacket
Source§impl Packet for StatusRequestPacket
impl Packet for StatusRequestPacket
Source§impl PartialEq for StatusRequestPacket
impl PartialEq for StatusRequestPacket
impl Eq for StatusRequestPacket
impl StructuralPartialEq for StatusRequestPacket
Auto Trait Implementations§
impl Freeze for StatusRequestPacket
impl RefUnwindSafe for StatusRequestPacket
impl Send for StatusRequestPacket
impl Sync for StatusRequestPacket
impl Unpin for StatusRequestPacket
impl UnsafeUnpin 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