pub struct GetIgnoredUsers {
pub user_name: String,
}
Fields§
§user_name: String
Trait Implementations§
source§impl BaseParser for GetIgnoredUsers
impl BaseParser for GetIgnoredUsers
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 GetIgnoredUsers
impl Clone for GetIgnoredUsers
source§fn clone(&self) -> GetIgnoredUsers
fn clone(&self) -> GetIgnoredUsers
Returns a copy 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 GetIgnoredUsers
impl Debug for GetIgnoredUsers
source§impl Default for GetIgnoredUsers
impl Default for GetIgnoredUsers
source§fn default() -> GetIgnoredUsers
fn default() -> GetIgnoredUsers
Returns the “default value” for a type. Read more
source§impl PacketVariable for GetIgnoredUsers
impl PacketVariable for GetIgnoredUsers
source§impl PartialEq<GetIgnoredUsers> for GetIgnoredUsers
impl PartialEq<GetIgnoredUsers> for GetIgnoredUsers
source§fn eq(&self, other: &GetIgnoredUsers) -> bool
fn eq(&self, other: &GetIgnoredUsers) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetIgnoredUsers
Auto Trait Implementations§
impl RefUnwindSafe for GetIgnoredUsers
impl Send for GetIgnoredUsers
impl Sync for GetIgnoredUsers
impl Unpin for GetIgnoredUsers
impl UnwindSafe for GetIgnoredUsers
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