pub enum SpanRelation {
Earlier,
Later,
Same,
}Expand description
A relationship between two Spans, ordering them relative to
each other in declaration order
Variants§
Trait Implementations§
Source§impl Debug for SpanRelation
impl Debug for SpanRelation
Source§impl PartialEq for SpanRelation
impl PartialEq for SpanRelation
impl StructuralPartialEq for SpanRelation
Auto Trait Implementations§
impl Freeze for SpanRelation
impl RefUnwindSafe for SpanRelation
impl Send for SpanRelation
impl Sync for SpanRelation
impl Unpin for SpanRelation
impl UnsafeUnpin for SpanRelation
impl UnwindSafe for SpanRelation
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