pub struct CharColumn(/* private fields */);Expand description
1-based Unicode scalar column offset from the start of a line.
Implementations§
Trait Implementations§
Source§impl Clone for CharColumn
impl Clone for CharColumn
Source§fn clone(&self) -> CharColumn
fn clone(&self) -> CharColumn
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 Coordinate for CharColumn
impl Coordinate for CharColumn
impl Copy for CharColumn
Source§impl Debug for CharColumn
impl Debug for CharColumn
Source§impl Display for CharColumn
impl Display for CharColumn
impl Eq for CharColumn
Source§impl Hash for CharColumn
impl Hash for CharColumn
Source§impl Ord for CharColumn
impl Ord for CharColumn
Source§fn cmp(&self, other: &CharColumn) -> Ordering
fn cmp(&self, other: &CharColumn) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CharColumn
impl PartialEq for CharColumn
Source§fn eq(&self, other: &CharColumn) -> bool
fn eq(&self, other: &CharColumn) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CharColumn
impl PartialOrd for CharColumn
impl StructuralPartialEq for CharColumn
Auto Trait Implementations§
impl Freeze for CharColumn
impl RefUnwindSafe for CharColumn
impl Send for CharColumn
impl Sync for CharColumn
impl Unpin for CharColumn
impl UnsafeUnpin for CharColumn
impl UnwindSafe for CharColumn
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