pub struct IdentityAccounts {
pub accounts: HashMap<i32, String>,
}
Fields§
§accounts: HashMap<i32, String>
Trait Implementations§
Source§impl BaseParser for IdentityAccounts
impl BaseParser for IdentityAccounts
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 IdentityAccounts
impl Clone for IdentityAccounts
Source§fn clone(&self) -> IdentityAccounts
fn clone(&self) -> IdentityAccounts
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 IdentityAccounts
impl Debug for IdentityAccounts
Source§impl Default for IdentityAccounts
impl Default for IdentityAccounts
Source§fn default() -> IdentityAccounts
fn default() -> IdentityAccounts
Returns the “default value” for a type. Read more
Source§impl PacketVariable for IdentityAccounts
impl PacketVariable for IdentityAccounts
Source§impl PartialEq for IdentityAccounts
impl PartialEq for IdentityAccounts
impl StructuralPartialEq for IdentityAccounts
Auto Trait Implementations§
impl Freeze for IdentityAccounts
impl RefUnwindSafe for IdentityAccounts
impl Send for IdentityAccounts
impl Sync for IdentityAccounts
impl Unpin for IdentityAccounts
impl UnwindSafe for IdentityAccounts
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