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