pub struct SafeArchive { /* private fields */ }Expand description
Archive files to an archive depot (default mode).
In this mode the revisions to archive can be selected with -h and -z;
see Archive::purge_physical_files for the alternative mode.
Trait Implementations§
Source§impl Clone for SafeArchive
impl Clone for SafeArchive
impl Copy for SafeArchive
Source§impl Debug for SafeArchive
impl Debug for SafeArchive
Source§impl Default for SafeArchive
impl Default for SafeArchive
Source§impl ExclusiveOption for SafeArchive
impl ExclusiveOption for SafeArchive
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 SafeArchive
impl RefUnwindSafe for SafeArchive
impl Send for SafeArchive
impl Sync for SafeArchive
impl Unpin for SafeArchive
impl UnsafeUnpin for SafeArchive
impl UnwindSafe for SafeArchive
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