pub struct UnpackOptions {
pub dry_run: bool,
pub quiet: bool,
}Expand description
Options controlling unpack-objects behaviour.
Fields§
§dry_run: boolValidate and decompress objects but do not write them to the ODB.
quiet: boolSuppress informational output.
Trait Implementations§
Source§impl Debug for UnpackOptions
impl Debug for UnpackOptions
Source§impl Default for UnpackOptions
impl Default for UnpackOptions
Source§fn default() -> UnpackOptions
fn default() -> UnpackOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UnpackOptions
impl RefUnwindSafe for UnpackOptions
impl Send for UnpackOptions
impl Sync for UnpackOptions
impl Unpin for UnpackOptions
impl UnsafeUnpin for UnpackOptions
impl UnwindSafe for UnpackOptions
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