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