pub struct GetBadges {}
Trait Implementations§
Source§impl BaseParser for GetBadges
impl BaseParser for GetBadges
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 PacketVariable for GetBadges
impl PacketVariable for GetBadges
impl StructuralPartialEq for GetBadges
Auto Trait Implementations§
impl Freeze for GetBadges
impl RefUnwindSafe for GetBadges
impl Send for GetBadges
impl Sync for GetBadges
impl Unpin for GetBadges
impl UnwindSafe for GetBadges
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