pub struct AuthenticationOK {
pub account_id: LegacyId,
pub suggested_login_actions: Vec<i16>,
pub identity_id: LegacyId,
}
Fields§
§account_id: LegacyId
§suggested_login_actions: Vec<i16>
§identity_id: LegacyId
Trait Implementations§
Source§impl BaseParser for AuthenticationOK
impl BaseParser for AuthenticationOK
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
Source§impl Clone for AuthenticationOK
impl Clone for AuthenticationOK
Source§fn clone(&self) -> AuthenticationOK
fn clone(&self) -> AuthenticationOK
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 AuthenticationOK
impl Debug for AuthenticationOK
Source§impl Default for AuthenticationOK
impl Default for AuthenticationOK
Source§fn default() -> AuthenticationOK
fn default() -> AuthenticationOK
Returns the “default value” for a type. Read more
Source§impl PacketVariable for AuthenticationOK
impl PacketVariable for AuthenticationOK
Source§impl PartialEq for AuthenticationOK
impl PartialEq for AuthenticationOK
impl StructuralPartialEq for AuthenticationOK
Auto Trait Implementations§
impl Freeze for AuthenticationOK
impl RefUnwindSafe for AuthenticationOK
impl Send for AuthenticationOK
impl Sync for AuthenticationOK
impl Unpin for AuthenticationOK
impl UnwindSafe for AuthenticationOK
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