pub struct TextPos {
pub line: u32,
pub column: u32,
}Fields§
§line: u32§column: u32Implementations§
Trait Implementations§
impl Copy for TextPos
impl Eq for TextPos
Source§impl Ord for TextPos
impl Ord for TextPos
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 PartialOrd for TextPos
impl PartialOrd for TextPos
impl StructuralPartialEq for TextPos
Auto Trait Implementations§
impl Freeze for TextPos
impl RefUnwindSafe for TextPos
impl Send for TextPos
impl Sync for TextPos
impl Unpin for TextPos
impl UnsafeUnpin for TextPos
impl UnwindSafe for TextPos
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