pub struct RetrieveError {
pub message: String,
}
Fields§
§message: String
Trait Implementations§
Source§impl Debug for RetrieveError
impl Debug for RetrieveError
Source§impl Display for RetrieveError
impl Display for RetrieveError
Source§impl Error for RetrieveError
impl Error for RetrieveError
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()
Source§impl From<Error> for RetrieveError
impl From<Error> for RetrieveError
Source§impl From<ListError> for RetrieveError
impl From<ListError> for RetrieveError
Source§impl From<RetrieveError> for Pop3Error
impl From<RetrieveError> for Pop3Error
Source§fn from(value: RetrieveError) -> Self
fn from(value: RetrieveError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RetrieveError
impl RefUnwindSafe for RetrieveError
impl Send for RetrieveError
impl Sync for RetrieveError
impl Unpin for RetrieveError
impl UnwindSafe for RetrieveError
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