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