pub struct WordDiff { /* private fields */ }Implementations§
Trait Implementations§
impl Eq for WordDiff
impl StructuralPartialEq for WordDiff
Auto Trait Implementations§
impl Freeze for WordDiff
impl RefUnwindSafe for WordDiff
impl Send for WordDiff
impl Sync for WordDiff
impl Unpin for WordDiff
impl UnwindSafe for WordDiff
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