pub struct LineSpanMapping {
pub lowered_to_original_line: Vec<usize>,
}Fields§
§lowered_to_original_line: Vec<usize>Implementations§
Trait Implementations§
Source§impl Clone for LineSpanMapping
impl Clone for LineSpanMapping
Source§fn clone(&self) -> LineSpanMapping
fn clone(&self) -> LineSpanMapping
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 moreSource§impl Debug for LineSpanMapping
impl Debug for LineSpanMapping
impl Eq for LineSpanMapping
Source§impl PartialEq for LineSpanMapping
impl PartialEq for LineSpanMapping
impl StructuralPartialEq for LineSpanMapping
Auto Trait Implementations§
impl Freeze for LineSpanMapping
impl RefUnwindSafe for LineSpanMapping
impl Send for LineSpanMapping
impl Sync for LineSpanMapping
impl Unpin for LineSpanMapping
impl UnsafeUnpin for LineSpanMapping
impl UnwindSafe for LineSpanMapping
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.