Struct fast_protocol::datatypes::packets::LoginSuccess
source · pub struct LoginSuccess(/* private fields */);Expand description
Packet to tell the client that the login was successful
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoginSuccess
impl RefUnwindSafe for LoginSuccess
impl Send for LoginSuccess
impl Sync for LoginSuccess
impl Unpin for LoginSuccess
impl UnwindSafe for LoginSuccess
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