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