pub struct Error { /* private fields */ }Implementations§
Source§impl DevCycleError
impl DevCycleError
pub fn new(msg: &str) -> DevCycleError
Trait Implementations§
Source§impl Debug for DevCycleError
impl Debug for DevCycleError
Source§impl Display for DevCycleError
impl Display for DevCycleError
Source§impl Error for DevCycleError
impl Error for DevCycleError
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
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
Auto Trait Implementations§
impl Freeze for DevCycleError
impl RefUnwindSafe for DevCycleError
impl Send for DevCycleError
impl Sync for DevCycleError
impl Unpin for DevCycleError
impl UnwindSafe for DevCycleError
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