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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IntraLineRange
Source§impl Debug for IntraLineRange
impl Debug for IntraLineRange
impl Eq for IntraLineRange
Source§impl PartialEq for IntraLineRange
impl PartialEq for IntraLineRange
Source§fn eq(&self, other: &IntraLineRange) -> bool
fn eq(&self, other: &IntraLineRange) -> bool
Tests for
self and other values to be equal, and is used by ==.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