pub struct StatusQuery { /* private fields */ }Expand description
Represents the status query packet.
This packet is sent after handshake to request the server status.
Implementations§
Source§impl StatusQuery
impl StatusQuery
Auto Trait Implementations§
impl Freeze for StatusQuery
impl RefUnwindSafe for StatusQuery
impl Send for StatusQuery
impl Sync for StatusQuery
impl Unpin for StatusQuery
impl UnwindSafe for StatusQuery
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