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