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