pub struct CheckPoint<C = Unselected> { /* private fields */ }Expand description
p4 admin checkpoint [-z | -Z] [-p [-N threads] [-m]] [prefix]: take a checkpoint.
The C type parameter encodes the compression mode (none, -z, or
-Z) at compile time; see ExclusiveOption.
Trait Implementations§
Source§impl<C: Clone> Clone for CheckPoint<C>
impl<C: Clone> Clone for CheckPoint<C>
Source§impl<C: Debug> Debug for CheckPoint<C>
impl<C: Debug> Debug for CheckPoint<C>
Source§impl<C: Default> Default for CheckPoint<C>
impl<C: Default> Default for CheckPoint<C>
Source§impl<C: ExclusiveOption> SubCommand for CheckPoint<C>
impl<C: ExclusiveOption> SubCommand for CheckPoint<C>
fn name(&self) -> &str
fn inject_local_args(&self, command: &mut Command)
fn global_opts(&self) -> Option<&GlobalOpts>
fn inject_args(&self, command: &mut Command)
fn setup_command<S: AsRef<OsStr>>(&self, bin: S) -> Command
Auto Trait Implementations§
impl<C> Freeze for CheckPoint<C>where
C: Freeze,
impl<C> RefUnwindSafe for CheckPoint<C>where
C: RefUnwindSafe,
impl<C> Send for CheckPoint<C>where
C: Send,
impl<C> Sync for CheckPoint<C>where
C: Sync,
impl<C> Unpin for CheckPoint<C>where
C: Unpin,
impl<C> UnsafeUnpin for CheckPoint<C>where
C: UnsafeUnpin,
impl<C> UnwindSafe for CheckPoint<C>where
C: UnwindSafe,
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