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