pub enum SpanLinesError {
IllFormedSpan(Span),
DistinctSources(DistinctSources),
}
Variants§
IllFormedSpan(Span)
DistinctSources(DistinctSources)
Trait Implementations§
Source§impl Clone for SpanLinesError
impl Clone for SpanLinesError
Source§fn clone(&self) -> SpanLinesError
fn clone(&self) -> SpanLinesError
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 SpanLinesError
impl Debug for SpanLinesError
Source§impl PartialEq for SpanLinesError
impl PartialEq for SpanLinesError
impl Eq for SpanLinesError
impl StructuralPartialEq for SpanLinesError
Auto Trait Implementations§
impl Freeze for SpanLinesError
impl RefUnwindSafe for SpanLinesError
impl Send for SpanLinesError
impl Sync for SpanLinesError
impl Unpin for SpanLinesError
impl UnwindSafe for SpanLinesError
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