pub struct JarFile { /* private fields */ }Expand description
Represents a JAR (Java ARchive) file, which is essentially a ZIP file with a specific structure.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JarFile
impl RefUnwindSafe for JarFile
impl Send for JarFile
impl Sync for JarFile
impl Unpin for JarFile
impl UnwindSafe for JarFile
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