pub struct MRubyCompiler2Error { /* private fields */ }Trait Implementations§
Source§impl Debug for MRubyCompiler2Error
impl Debug for MRubyCompiler2Error
Source§impl Display for MRubyCompiler2Error
impl Display for MRubyCompiler2Error
Source§impl Error for MRubyCompiler2Error
impl Error for MRubyCompiler2Error
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for MRubyCompiler2Error
impl RefUnwindSafe for MRubyCompiler2Error
impl Send for MRubyCompiler2Error
impl Sync for MRubyCompiler2Error
impl Unpin for MRubyCompiler2Error
impl UnsafeUnpin for MRubyCompiler2Error
impl UnwindSafe for MRubyCompiler2Error
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