pub struct JavaClass;Trait 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