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