pub struct PhysicalPurge;Expand description
Remove the physical file revisions of the specified files (-p).
Entered with Archive::purge_physical_files; -h and -z are not
available in this mode.
Trait Implementations§
Source§impl Clone for PhysicalPurge
impl Clone for PhysicalPurge
impl Copy for PhysicalPurge
Source§impl Debug for PhysicalPurge
impl Debug for PhysicalPurge
Source§impl Default for PhysicalPurge
impl Default for PhysicalPurge
Source§impl ExclusiveOption for PhysicalPurge
impl ExclusiveOption for PhysicalPurge
Source§fn inject_args(&self, command: &mut Command)
fn inject_args(&self, command: &mut Command)
Inject the CLI arguments corresponding to this selection into
command.Auto Trait Implementations§
impl Freeze for PhysicalPurge
impl RefUnwindSafe for PhysicalPurge
impl Send for PhysicalPurge
impl Sync for PhysicalPurge
impl Unpin for PhysicalPurge
impl UnsafeUnpin for PhysicalPurge
impl UnwindSafe for PhysicalPurge
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