pub struct ZeroBased {
pub line: usize,
pub column: usize,
}Expand description
Zero-based (line, column) location
Fields§
§line: usize§column: usizeImplementations§
Trait Implementations§
impl Eq for ZeroBased
Source§impl Ord for ZeroBased
impl Ord for ZeroBased
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 ZeroBased
impl PartialOrd for ZeroBased
impl StructuralPartialEq for ZeroBased
Auto Trait Implementations§
impl Freeze for ZeroBased
impl RefUnwindSafe for ZeroBased
impl Send for ZeroBased
impl Sync for ZeroBased
impl Unpin for ZeroBased
impl UnsafeUnpin for ZeroBased
impl UnwindSafe for ZeroBased
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