pub struct RenamedFile {
pub previous: ScannedFile,
pub current: ScannedFile,
}Expand description
A uniquely content-matched file whose stable relative path changed.
Fields§
§previous: ScannedFile§current: ScannedFileTrait Implementations§
Source§impl Clone for RenamedFile
impl Clone for RenamedFile
Source§fn clone(&self) -> RenamedFile
fn clone(&self) -> RenamedFile
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 moreSource§impl Debug for RenamedFile
impl Debug for RenamedFile
impl Eq for RenamedFile
Source§impl PartialEq for RenamedFile
impl PartialEq for RenamedFile
impl StructuralPartialEq for RenamedFile
Auto Trait Implementations§
impl Freeze for RenamedFile
impl RefUnwindSafe for RenamedFile
impl Send for RenamedFile
impl Sync for RenamedFile
impl Unpin for RenamedFile
impl UnsafeUnpin for RenamedFile
impl UnwindSafe for RenamedFile
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