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