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