pub struct MoveReport {
pub old_path: PathBuf,
pub new_path: PathBuf,
}Fields§
§old_path: PathBuf§new_path: PathBufTrait Implementations§
Source§impl Clone for MoveReport
impl Clone for MoveReport
Source§fn clone(&self) -> MoveReport
fn clone(&self) -> MoveReport
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 MoveReport
impl Debug for MoveReport
impl Eq for MoveReport
Source§impl PartialEq for MoveReport
impl PartialEq for MoveReport
Source§fn eq(&self, other: &MoveReport) -> bool
fn eq(&self, other: &MoveReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MoveReport
Auto Trait Implementations§
impl Freeze for MoveReport
impl RefUnwindSafe for MoveReport
impl Send for MoveReport
impl Sync for MoveReport
impl Unpin for MoveReport
impl UnsafeUnpin for MoveReport
impl UnwindSafe for MoveReport
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