pub struct JavaClass { /* private fields */ }Expand description
This is a struct that represents a generated Java class.
Implementations§
Auto Trait Implementations§
impl Freeze for JavaClass
impl RefUnwindSafe for JavaClass
impl Send for JavaClass
impl Sync for JavaClass
impl Unpin for JavaClass
impl UnwindSafe for JavaClass
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