pub struct IntraLineRange { /* private fields */ }Expand description
Character-level diff range within a single line.
Implementations§
Trait Implementations§
Source§impl Clone for IntraLineRange
impl Clone for IntraLineRange
Source§fn clone(&self) -> IntraLineRange
fn clone(&self) -> IntraLineRange
Returns a duplicate 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 IntraLineRange
impl Debug for IntraLineRange
Source§impl PartialEq for IntraLineRange
impl PartialEq for IntraLineRange
impl Copy for IntraLineRange
impl Eq for IntraLineRange
impl StructuralPartialEq for IntraLineRange
Auto Trait Implementations§
impl Freeze for IntraLineRange
impl RefUnwindSafe for IntraLineRange
impl Send for IntraLineRange
impl Sync for IntraLineRange
impl Unpin for IntraLineRange
impl UnsafeUnpin for IntraLineRange
impl UnwindSafe for IntraLineRange
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