pub enum EventSourceKind {
Stderr,
Csvlog,
Jsonlog,
}Expand description
The parser/source format that produced an event.
Variants§
Trait Implementations§
Source§impl Clone for EventSourceKind
impl Clone for EventSourceKind
Source§fn clone(&self) -> EventSourceKind
fn clone(&self) -> EventSourceKind
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 EventSourceKind
impl Debug for EventSourceKind
Source§impl<'de> Deserialize<'de> for EventSourceKind
impl<'de> Deserialize<'de> for EventSourceKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for EventSourceKind
impl PartialEq for EventSourceKind
Source§impl Serialize for EventSourceKind
impl Serialize for EventSourceKind
impl Copy for EventSourceKind
impl Eq for EventSourceKind
impl StructuralPartialEq for EventSourceKind
Auto Trait Implementations§
impl Freeze for EventSourceKind
impl RefUnwindSafe for EventSourceKind
impl Send for EventSourceKind
impl Sync for EventSourceKind
impl Unpin for EventSourceKind
impl UnsafeUnpin for EventSourceKind
impl UnwindSafe for EventSourceKind
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