pub struct TypeErrorSpan {
pub line: usize,
pub col: usize,
pub label: String,
}Fields§
§line: usize§col: usize§label: StringTrait Implementations§
Source§impl Clone for TypeErrorSpan
impl Clone for TypeErrorSpan
Source§fn clone(&self) -> TypeErrorSpan
fn clone(&self) -> TypeErrorSpan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TypeErrorSpan
impl RefUnwindSafe for TypeErrorSpan
impl Send for TypeErrorSpan
impl Sync for TypeErrorSpan
impl Unpin for TypeErrorSpan
impl UnsafeUnpin for TypeErrorSpan
impl UnwindSafe for TypeErrorSpan
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