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 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 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 for GetIgnoredUsers
impl PartialEq for GetIgnoredUsers
impl StructuralPartialEq for GetIgnoredUsers
Auto Trait Implementations§
impl Freeze for GetIgnoredUsers
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