pub struct Both;Expand description
Compress both the checkpoint and the journal (-z).
Trait Implementations§
impl Copy for Both
Source§impl ExclusiveOption for Both
impl ExclusiveOption for Both
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 Both
impl RefUnwindSafe for Both
impl Send for Both
impl Sync for Both
impl Unpin for Both
impl UnsafeUnpin for Both
impl UnwindSafe for Both
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