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