pub struct BasinError { /* private fields */ }Implementations§
Source§impl BasinError
impl BasinError
pub fn new(message: String) -> BasinError
Trait Implementations§
Source§impl Debug for BasinError
impl Debug for BasinError
Source§impl Display for BasinError
impl Display for BasinError
Source§impl Error for BasinError
impl Error for BasinError
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 BasinError
impl RefUnwindSafe for BasinError
impl Send for BasinError
impl Sync for BasinError
impl Unpin for BasinError
impl UnsafeUnpin for BasinError
impl UnwindSafe for BasinError
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