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