#[repr(u8)]pub enum LogEventType {
Unknown = 0,
Log = 1,
Enrich = 2,
}Expand description
Log event type.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LogEventType
impl Clone for LogEventType
Source§fn clone(&self) -> LogEventType
fn clone(&self) -> LogEventType
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 LogEventType
impl Debug for LogEventType
Source§impl Default for LogEventType
impl Default for LogEventType
Source§fn default() -> LogEventType
fn default() -> LogEventType
Returns the “default value” for a type. Read more
Source§impl PartialEq for LogEventType
impl PartialEq for LogEventType
impl Copy for LogEventType
impl Eq for LogEventType
impl StructuralPartialEq for LogEventType
Auto Trait Implementations§
impl Freeze for LogEventType
impl RefUnwindSafe for LogEventType
impl Send for LogEventType
impl Sync for LogEventType
impl Unpin for LogEventType
impl UnsafeUnpin for LogEventType
impl UnwindSafe for LogEventType
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