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