pub struct CompressContextCommand {
pub input_file: Option<PathBuf>,
pub output_file: Option<PathBuf>,
pub compression_level: CompressionLevel,
pub preserve_decisions: bool,
}
Expand description
Context compression command configuration
Fields§
§input_file: Option<PathBuf>
§output_file: Option<PathBuf>
§compression_level: CompressionLevel
§preserve_decisions: bool
Auto Trait Implementations§
impl Freeze for CompressContextCommand
impl RefUnwindSafe for CompressContextCommand
impl Send for CompressContextCommand
impl Sync for CompressContextCommand
impl Unpin for CompressContextCommand
impl UnwindSafe for CompressContextCommand
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