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