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