pub struct JarInspector;Implementations§
Auto Trait Implementations§
impl Freeze for JarInspector
impl RefUnwindSafe for JarInspector
impl Send for JarInspector
impl Sync for JarInspector
impl Unpin for JarInspector
impl UnsafeUnpin for JarInspector
impl UnwindSafe for JarInspector
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