Struct aldrin_parser::LineCol
source · pub struct LineCol {
pub line: usize,
pub column: usize,
}Fields§
§line: usize§column: usizeTrait Implementations§
source§impl Ord for LineCol
impl Ord for LineCol
source§impl PartialEq for LineCol
impl PartialEq for LineCol
source§impl PartialOrd for LineCol
impl PartialOrd for LineCol
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for LineCol
impl Eq for LineCol
impl StructuralEq for LineCol
impl StructuralPartialEq for LineCol
Auto Trait Implementations§
impl RefUnwindSafe for LineCol
impl Send for LineCol
impl Sync for LineCol
impl Unpin for LineCol
impl UnwindSafe for LineCol
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