pub struct CharPos(pub usize);Expand description
A character offset.
Because of multibyte UTF-8 characters,
a byte offset is not equivalent to a character offset.
The [SourceMap] will convert BytePos values to CharPos values as necessary.
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Ord for CharPos
impl Ord for CharPos
Source§impl PartialOrd for CharPos
impl PartialOrd for CharPos
impl Copy for CharPos
impl Eq for CharPos
impl StructuralPartialEq for CharPos
Auto Trait Implementations§
impl Freeze for CharPos
impl RefUnwindSafe for CharPos
impl Send for CharPos
impl Sync for CharPos
impl Unpin for CharPos
impl UnwindSafe for CharPos
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.