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