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