Struct oas_common::resolver::ResolveError
source · [−]pub struct ResolveError { /* private fields */ }
Expand description
An error that occurs while resolving (loading) records.
Implementations
Trait Implementations
sourceimpl Debug for ResolveError
impl Debug for ResolveError
sourceimpl Display for ResolveError
impl Display for ResolveError
sourceimpl Error for ResolveError
impl Error for ResolveError
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl<T: TypedValue> From<ResolveError> for Reference<T>
impl<T: TypedValue> From<ResolveError> for Reference<T>
sourcefn from(err: ResolveError) -> Self
fn from(err: ResolveError) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for ResolveError
impl Send for ResolveError
impl Sync for ResolveError
impl Unpin for ResolveError
impl UnwindSafe for ResolveError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be
Self