Struct rsjsonnet_lang::span::SpanContextId
source · pub struct SpanContextId(/* private fields */);Trait Implementations§
source§impl Clone for SpanContextId
impl Clone for SpanContextId
source§fn clone(&self) -> SpanContextId
fn clone(&self) -> SpanContextId
Returns a copy 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 SpanContextId
impl Debug for SpanContextId
source§impl Hash for SpanContextId
impl Hash for SpanContextId
source§impl Ord for SpanContextId
impl Ord for SpanContextId
source§fn cmp(&self, other: &SpanContextId) -> Ordering
fn cmp(&self, other: &SpanContextId) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for SpanContextId
impl PartialEq for SpanContextId
source§fn eq(&self, other: &SpanContextId) -> bool
fn eq(&self, other: &SpanContextId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for SpanContextId
impl PartialOrd for SpanContextId
source§fn partial_cmp(&self, other: &SpanContextId) -> Option<Ordering>
fn partial_cmp(&self, other: &SpanContextId) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for SpanContextId
impl Eq for SpanContextId
impl StructuralPartialEq for SpanContextId
Auto Trait Implementations§
impl Freeze for SpanContextId
impl RefUnwindSafe for SpanContextId
impl Send for SpanContextId
impl Sync for SpanContextId
impl Unpin for SpanContextId
impl UnwindSafe for SpanContextId
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)