pub enum DerefError {
ReferenceError {
name: String,
},
}Expand description
This error happens when it is not possible to dereference the full contents of the Openapi file.
Variants§
ReferenceError
Parameter could not be dereferenced.
Trait Implementations§
Source§impl Clone for DerefError
impl Clone for DerefError
Source§fn clone(&self) -> DerefError
fn clone(&self) -> DerefError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DerefError
impl Debug for DerefError
Source§impl Display for DerefError
impl Display for DerefError
Source§impl PartialEq for DerefError
impl PartialEq for DerefError
impl Eq for DerefError
impl StructuralPartialEq for DerefError
Auto Trait Implementations§
impl Freeze for DerefError
impl RefUnwindSafe for DerefError
impl Send for DerefError
impl Sync for DerefError
impl Unpin for DerefError
impl UnwindSafe for DerefError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.