pub struct CheckPointOnly;Expand description
Compress the checkpoint only, leaving the journal uncompressed
(-Z).
Trait Implementations§
Source§impl Clone for CheckPointOnly
impl Clone for CheckPointOnly
impl Copy for CheckPointOnly
Source§impl Debug for CheckPointOnly
impl Debug for CheckPointOnly
Source§impl Default for CheckPointOnly
impl Default for CheckPointOnly
Source§impl ExclusiveOption for CheckPointOnly
impl ExclusiveOption for CheckPointOnly
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 CheckPointOnly
impl RefUnwindSafe for CheckPointOnly
impl Send for CheckPointOnly
impl Sync for CheckPointOnly
impl Unpin for CheckPointOnly
impl UnsafeUnpin for CheckPointOnly
impl UnwindSafe for CheckPointOnly
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