pub enum DragonRubyError {
DragonRubyNotFound {
path: PathBuf,
},
DragonRubyNotInstalled,
}Variants§
Trait Implementations§
Source§impl Debug for DragonRubyError
impl Debug for DragonRubyError
Source§impl Display for DragonRubyError
impl Display for DragonRubyError
Source§impl Error for DragonRubyError
impl Error for DragonRubyError
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 DragonRubyError
impl RefUnwindSafe for DragonRubyError
impl Send for DragonRubyError
impl Sync for DragonRubyError
impl Unpin for DragonRubyError
impl UnsafeUnpin for DragonRubyError
impl UnwindSafe for DragonRubyError
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