Variants
Text(TextSpan)
Token(TokenSpan)
Trait Implementations
sourceimpl Clone for LiveErrorSpan
impl Clone for LiveErrorSpan
sourcefn clone(&self) -> LiveErrorSpan
fn clone(&self) -> LiveErrorSpan
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Into<LiveErrorSpan> for LiveTokenId
impl Into<LiveErrorSpan> for LiveTokenId
sourcefn into(self) -> LiveErrorSpan
fn into(self) -> LiveErrorSpan
Converts this type into the (usually inferred) input type.
sourceimpl Into<LiveErrorSpan> for TextSpan
impl Into<LiveErrorSpan> for TextSpan
sourcefn into(self) -> LiveErrorSpan
fn into(self) -> LiveErrorSpan
Converts this type into the (usually inferred) input type.
sourceimpl Into<LiveErrorSpan> for TokenSpan
impl Into<LiveErrorSpan> for TokenSpan
sourcefn into(self) -> LiveErrorSpan
fn into(self) -> LiveErrorSpan
Converts this type into the (usually inferred) input type.
Auto Trait Implementations
impl RefUnwindSafe for LiveErrorSpan
impl Send for LiveErrorSpan
impl Sync for LiveErrorSpan
impl Unpin for LiveErrorSpan
impl UnwindSafe for LiveErrorSpan
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more