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 copy 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<IdentityAccounts> for IdentityAccounts
impl PartialEq<IdentityAccounts> for IdentityAccounts
source§fn eq(&self, other: &IdentityAccounts) -> bool
fn eq(&self, other: &IdentityAccounts) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for IdentityAccounts
Auto Trait Implementations§
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