pub struct OnLinePos { /* private fields */ }
Expand description
Describes a position on a line
Implementations§
Trait Implementations§
Source§impl PartialOrd for OnLinePos
impl PartialOrd for OnLinePos
impl Copy for OnLinePos
impl StructuralPartialEq for OnLinePos
Auto Trait Implementations§
impl Freeze for OnLinePos
impl RefUnwindSafe for OnLinePos
impl Send for OnLinePos
impl Sync for OnLinePos
impl Unpin for OnLinePos
impl UnwindSafe for OnLinePos
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