Struct fast_protocol::datatypes::packets::LoginDisconnect
source · pub struct LoginDisconnect(/* private fields */);Expand description
Packet to disconnect a client during Login
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoginDisconnect
impl RefUnwindSafe for LoginDisconnect
impl Send for LoginDisconnect
impl Sync for LoginDisconnect
impl Unpin for LoginDisconnect
impl UnwindSafe for LoginDisconnect
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