Enum oas_common::record::EncodingError
source · [−]pub enum EncodingError {
SerdeJson(Error),
NotAnObject,
Patch(PatchError),
}
Expand description
An error that occurs while encoding a record.
Variants
SerdeJson(Error)
NotAnObject
Patch(PatchError)
Trait Implementations
sourceimpl Debug for EncodingError
impl Debug for EncodingError
sourceimpl Display for EncodingError
impl Display for EncodingError
sourceimpl Error for EncodingError
impl Error for EncodingError
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 From<Error> for EncodingError
impl From<Error> for EncodingError
sourceimpl From<PatchError> for EncodingError
impl From<PatchError> for EncodingError
Auto Trait Implementations
impl !RefUnwindSafe for EncodingError
impl Send for EncodingError
impl Sync for EncodingError
impl Unpin for EncodingError
impl !UnwindSafe for EncodingError
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