pub struct SimpleLine {
pub start: Position<Valid>,
pub end: Position<Valid>,
}Fields§
§start: Position<Valid>§end: Position<Valid>Implementations§
Source§impl SimpleLine
impl SimpleLine
Trait Implementations§
Source§impl Clone for SimpleLine
impl Clone for SimpleLine
Source§fn clone(&self) -> SimpleLine
fn clone(&self) -> SimpleLine
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SimpleLine
impl Debug for SimpleLine
Source§impl Line for SimpleLine
impl Line for SimpleLine
Source§impl PartialEq for SimpleLine
impl PartialEq for SimpleLine
impl Copy for SimpleLine
impl StructuralPartialEq for SimpleLine
Auto Trait Implementations§
impl Freeze for SimpleLine
impl RefUnwindSafe for SimpleLine
impl Send for SimpleLine
impl Sync for SimpleLine
impl Unpin for SimpleLine
impl UnwindSafe for SimpleLine
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