[−][src]Struct mail_core::error::ResourceLoadingError
The loading of an Resource failed.
Methods
impl ResourceLoadingError[src]
pub fn kind(&self) -> ResourceLoadingErrorKind[src]
The kind of error which caused the loading to fail.
pub fn source_iri(&self) -> Option<&IRI>[src]
The source IRI which was used when failing to load the Resource.
pub fn with_source_iri_or_else<F>(self, func: F) -> Self where
F: FnOnce() -> Option<IRI>, [src]
F: FnOnce() -> Option<IRI>,
Sets the source IRI if not already set and returns self.
Trait Implementations
impl Debug for ResourceLoadingError[src]
impl Display for ResourceLoadingError[src]
impl Fail for ResourceLoadingError[src]
fn cause(&self) -> Option<&dyn Fail>[src]
fn backtrace(&self) -> Option<&Backtrace>[src]
fn name(&self) -> Option<&str>[src]
fn context<D>(self, context: D) -> Context<D> where
D: Display + Send + Sync + 'static, [src]
D: Display + Send + Sync + 'static,
fn compat(self) -> Compat<Self>[src]
impl From<(IRI, Context<ResourceLoadingErrorKind>)> for ResourceLoadingError[src]
impl From<(IRI, ResourceLoadingErrorKind)> for ResourceLoadingError[src]
impl From<(Option<IRI>, Context<ResourceLoadingErrorKind>)> for ResourceLoadingError[src]
impl From<(Option<IRI>, ResourceLoadingErrorKind)> for ResourceLoadingError[src]
impl From<Context<ResourceLoadingErrorKind>> for ResourceLoadingError[src]
fn from(inner: Context<ResourceLoadingErrorKind>) -> Self[src]
impl From<Error> for ResourceLoadingError[src]
impl From<ResourceLoadingError> for ResourceError[src]
fn from(err: ResourceLoadingError) -> Self[src]
impl From<ResourceLoadingError> for MailError[src]
fn from(err: ResourceLoadingError) -> Self[src]
impl From<ResourceLoadingErrorKind> for ResourceLoadingError[src]
fn from(err: ResourceLoadingErrorKind) -> Self[src]
Auto Trait Implementations
impl !RefUnwindSafe for ResourceLoadingError
impl Send for ResourceLoadingError
impl Sync for ResourceLoadingError
impl Unpin for ResourceLoadingError
impl !UnwindSafe for ResourceLoadingError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> AsFail for T where
T: Fail, [src]
T: Fail,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Erased for T[src]
impl<E> Fail for E where
E: 'static + Error + Send + Sync, [src]
E: 'static + Error + Send + Sync,
fn name(&self) -> Option<&str>[src]
fn cause(&self) -> Option<&(dyn Fail + 'static)>[src]
fn backtrace(&self) -> Option<&Backtrace>[src]
fn context<D>(self, context: D) -> Context<D> where
D: Display + Send + Sync + 'static, [src]
D: Display + Send + Sync + 'static,
fn compat(self) -> Compat<Self>[src]
impl<T> From<T> for T[src]
impl<T> HeaderTryFrom<T> for T[src]
fn try_from(val: T) -> Result<T, ComponentCreationError>[src]
impl<F, T> HeaderTryInto<T> for F where
T: HeaderTryFrom<F>, [src]
T: HeaderTryFrom<F>,
fn try_into(self) -> Result<T, ComponentCreationError>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,