pub enum EventCategory {
Agent,
Channel,
Cron,
Memory,
Tool,
Provider,
Session,
System,
Internal,
}Expand description
ECS-style event.category coarse axis.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EventCategory
impl Clone for EventCategory
Source§fn clone(&self) -> EventCategory
fn clone(&self) -> EventCategory
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 EventCategory
impl Debug for EventCategory
Source§impl<'_derivative_strum> From<&'_derivative_strum EventCategory> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum EventCategory> for &'static str
Source§fn from(x: &'_derivative_strum EventCategory) -> &'static str
fn from(x: &'_derivative_strum EventCategory) -> &'static str
Converts to this type from the input type.
Source§impl From<EventCategory> for &'static str
impl From<EventCategory> for &'static str
Source§fn from(x: EventCategory) -> &'static str
fn from(x: EventCategory) -> &'static str
Converts to this type from the input type.
Source§impl FromStr for EventCategory
impl FromStr for EventCategory
Source§impl PartialEq for EventCategory
impl PartialEq for EventCategory
Source§impl TryFrom<&str> for EventCategory
impl TryFrom<&str> for EventCategory
impl Copy for EventCategory
impl Eq for EventCategory
impl StructuralPartialEq for EventCategory
Auto Trait Implementations§
impl Freeze for EventCategory
impl RefUnwindSafe for EventCategory
impl Send for EventCategory
impl Sync for EventCategory
impl Unpin for EventCategory
impl UnsafeUnpin 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