Struct sentry_types::protocol::v7::SpanId
source · pub struct SpanId(/* private fields */);
Expand description
Holds the identifier for a Span
Trait Implementations§
source§impl<'de> Deserialize<'de> for SpanId
impl<'de> Deserialize<'de> for SpanId
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 SpanId
impl PartialEq for SpanId
impl Copy for SpanId
impl Eq for SpanId
impl StructuralPartialEq for SpanId
Auto Trait Implementations§
impl Freeze for SpanId
impl RefUnwindSafe for SpanId
impl Send for SpanId
impl Sync for SpanId
impl Unpin for SpanId
impl UnwindSafe for SpanId
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