pub struct SourceMarker { /* private fields */ }Expand description
Lightweight sourcemap marker representing the source and destination
position for an Edit.
Implementations§
Trait Implementations§
Source§impl Debug for SourceMarker
impl Debug for SourceMarker
impl Eq for SourceMarker
Source§impl PartialEq for SourceMarker
impl PartialEq for SourceMarker
impl StructuralPartialEq for SourceMarker
Auto Trait Implementations§
impl Freeze for SourceMarker
impl RefUnwindSafe for SourceMarker
impl Send for SourceMarker
impl Sync for SourceMarker
impl Unpin for SourceMarker
impl UnsafeUnpin for SourceMarker
impl UnwindSafe for SourceMarker
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<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.