pub struct DataDotError { /* private fields */ }
Implementations§
Source§impl DataDotError
impl DataDotError
pub fn new(msg: &str) -> DataDotError
Trait Implementations§
Source§impl Debug for DataDotError
impl Debug for DataDotError
Source§impl Display for DataDotError
impl Display for DataDotError
Source§impl Error for DataDotError
impl Error for DataDotError
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
Source§impl PartialEq for DataDotError
impl PartialEq for DataDotError
Auto Trait Implementations§
impl Freeze for DataDotError
impl RefUnwindSafe for DataDotError
impl Send for DataDotError
impl Sync for DataDotError
impl Unpin for DataDotError
impl UnwindSafe for DataDotError
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