Struct ra_ap_span::RealSpanMap
source · pub struct RealSpanMap { /* private fields */ }
Implementations§
source§impl RealSpanMap
impl RealSpanMap
sourcepub fn absolute(file_id: FileId) -> Self
pub fn absolute(file_id: FileId) -> Self
Creates a real file span map that returns absolute ranges (relative ranges to the root ast id).
pub fn from_file( file_id: FileId, pairs: Box<[(TextSize, ErasedFileAstId)]>, end: TextSize ) -> Self
pub fn span_for_range(&self, range: TextRange) -> Span
Trait Implementations§
source§impl Debug for RealSpanMap
impl Debug for RealSpanMap
source§impl Hash for RealSpanMap
impl Hash for RealSpanMap
source§impl PartialEq for RealSpanMap
impl PartialEq for RealSpanMap
source§fn eq(&self, other: &RealSpanMap) -> bool
fn eq(&self, other: &RealSpanMap) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for RealSpanMap
impl StructuralEq for RealSpanMap
impl StructuralPartialEq for RealSpanMap
Auto Trait Implementations§
impl RefUnwindSafe for RealSpanMap
impl Send for RealSpanMap
impl Sync for RealSpanMap
impl Unpin for RealSpanMap
impl UnwindSafe for RealSpanMap
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.