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