pub struct JarOption { /* private fields */ }Expand description
An option that indicates the extraction behaviour used in jar.
Trait Implementations§
impl Eq for JarOption
impl StructuralPartialEq for JarOption
Auto Trait Implementations§
impl Freeze for JarOption
impl RefUnwindSafe for JarOption
impl Send for JarOption
impl Sync for JarOption
impl Unpin for JarOption
impl UnwindSafe for JarOption
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