pub struct JavaParser;
Expand description
Java binary format parser (class files and JAR archives)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JavaParser
impl RefUnwindSafe for JavaParser
impl Send for JavaParser
impl Sync for JavaParser
impl Unpin for JavaParser
impl UnwindSafe for JavaParser
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