pub struct IntraLineDiff { /* private fields */ }Expand description
Character-level diff result for one line pair.
Implementations§
Source§impl IntraLineDiff
impl IntraLineDiff
pub fn ranges(&self) -> &[IntraLineRange]
Trait Implementations§
Source§impl Clone for IntraLineDiff
impl Clone for IntraLineDiff
Source§fn clone(&self) -> IntraLineDiff
fn clone(&self) -> IntraLineDiff
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 IntraLineDiff
impl Debug for IntraLineDiff
Source§impl PartialEq for IntraLineDiff
impl PartialEq for IntraLineDiff
impl Eq for IntraLineDiff
impl StructuralPartialEq for IntraLineDiff
Auto Trait Implementations§
impl Freeze for IntraLineDiff
impl RefUnwindSafe for IntraLineDiff
impl Send for IntraLineDiff
impl Sync for IntraLineDiff
impl Unpin for IntraLineDiff
impl UnsafeUnpin for IntraLineDiff
impl UnwindSafe for IntraLineDiff
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