pub struct RenamePair {
pub old_path: Vec<u8>,
pub new_path: Vec<u8>,
pub similarity: u8,
}Expand description
One rename pair from the -M view.
Fields§
§old_path: Vec<u8>§new_path: Vec<u8>§similarity: u80-100.
Trait Implementations§
Source§impl Clone for RenamePair
impl Clone for RenamePair
Source§impl Debug for RenamePair
impl Debug for RenamePair
Source§impl PartialEq for RenamePair
impl PartialEq for RenamePair
impl StructuralPartialEq for RenamePair
Auto Trait Implementations§
impl Freeze for RenamePair
impl RefUnwindSafe for RenamePair
impl Send for RenamePair
impl Sync for RenamePair
impl Unpin for RenamePair
impl UnsafeUnpin for RenamePair
impl UnwindSafe for RenamePair
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