pub struct DecompressRequest {
pub input: PathBuf,
pub output: PathBuf,
pub level: i8,
}Fields§
§input: PathBuf§output: PathBuf§level: i8Trait Implementations§
Source§impl Clone for DecompressRequest
impl Clone for DecompressRequest
Source§fn clone(&self) -> DecompressRequest
fn clone(&self) -> DecompressRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DecompressRequest
impl RefUnwindSafe for DecompressRequest
impl Send for DecompressRequest
impl Sync for DecompressRequest
impl Unpin for DecompressRequest
impl UnsafeUnpin for DecompressRequest
impl UnwindSafe for DecompressRequest
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