pub enum ClickStackLogSourceKind {
Log,
Unknown(String),
}Expand description
Inline enum for ClickStackLogSource.kind.
Variants§
Trait Implementations§
Source§impl Clone for ClickStackLogSourceKind
impl Clone for ClickStackLogSourceKind
Source§fn clone(&self) -> ClickStackLogSourceKind
fn clone(&self) -> ClickStackLogSourceKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ClickStackLogSourceKind
impl Debug for ClickStackLogSourceKind
Source§impl Default for ClickStackLogSourceKind
impl Default for ClickStackLogSourceKind
Source§fn default() -> ClickStackLogSourceKind
fn default() -> ClickStackLogSourceKind
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickStackLogSourceKind
impl<'de> Deserialize<'de> for ClickStackLogSourceKind
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 Display for ClickStackLogSourceKind
impl Display for ClickStackLogSourceKind
Source§impl PartialEq for ClickStackLogSourceKind
impl PartialEq for ClickStackLogSourceKind
Source§fn eq(&self, other: &ClickStackLogSourceKind) -> bool
fn eq(&self, other: &ClickStackLogSourceKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ClickStackLogSourceKind
impl Serialize for ClickStackLogSourceKind
impl StructuralPartialEq for ClickStackLogSourceKind
Auto Trait Implementations§
impl Freeze for ClickStackLogSourceKind
impl RefUnwindSafe for ClickStackLogSourceKind
impl Send for ClickStackLogSourceKind
impl Sync for ClickStackLogSourceKind
impl Unpin for ClickStackLogSourceKind
impl UnsafeUnpin for ClickStackLogSourceKind
impl UnwindSafe for ClickStackLogSourceKind
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