pub struct JavaCode { /* private fields */ }Expand description
Per-language code type tag for Java; carries no data.
Trait Implementations§
Source§impl LanguageInfo for JavaCode
impl LanguageInfo for JavaCode
Auto Trait Implementations§
impl Freeze for JavaCode
impl RefUnwindSafe for JavaCode
impl Send for JavaCode
impl Sync for JavaCode
impl Unpin for JavaCode
impl UnsafeUnpin for JavaCode
impl UnwindSafe for JavaCode
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