pub enum SpanCategory {
HttpServer,
HttpClient,
Db,
View,
Search,
Job,
Command,
Internal,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SpanCategory
impl Clone for SpanCategory
Source§fn clone(&self) -> SpanCategory
fn clone(&self) -> SpanCategory
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 moreimpl Copy for SpanCategory
Source§impl Debug for SpanCategory
impl Debug for SpanCategory
Source§impl<'de> Deserialize<'de> for SpanCategory
impl<'de> Deserialize<'de> for SpanCategory
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 SpanCategory
impl PartialEq for SpanCategory
Source§fn eq(&self, other: &SpanCategory) -> bool
fn eq(&self, other: &SpanCategory) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SpanCategory
impl Serialize for SpanCategory
impl StructuralPartialEq for SpanCategory
Auto Trait Implementations§
impl Freeze for SpanCategory
impl RefUnwindSafe for SpanCategory
impl Send for SpanCategory
impl Sync for SpanCategory
impl Unpin for SpanCategory
impl UnsafeUnpin for SpanCategory
impl UnwindSafe for SpanCategory
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