pub enum SpanError {
StartAfterEnd,
}Expand description
Errors produced when constructing spans.
Variants§
StartAfterEnd
Indicates the start location occurs after the end location.
Trait Implementations§
impl Copy for SpanError
impl Eq for SpanError
impl StructuralPartialEq for SpanError
Auto Trait Implementations§
impl Freeze for SpanError
impl RefUnwindSafe for SpanError
impl Send for SpanError
impl Sync for SpanError
impl Unpin for SpanError
impl UnsafeUnpin for SpanError
impl UnwindSafe for SpanError
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