pub enum AdapterErrorCode {
JsonParse,
Normalize,
TypedParse,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for AdapterErrorCode
impl Clone for AdapterErrorCode
Source§fn clone(&self) -> AdapterErrorCode
fn clone(&self) -> AdapterErrorCode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AdapterErrorCode
impl Debug for AdapterErrorCode
Source§impl PartialEq for AdapterErrorCode
impl PartialEq for AdapterErrorCode
Source§fn eq(&self, other: &AdapterErrorCode) -> bool
fn eq(&self, other: &AdapterErrorCode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AdapterErrorCode
impl Eq for AdapterErrorCode
impl StructuralPartialEq for AdapterErrorCode
Auto Trait Implementations§
impl Freeze for AdapterErrorCode
impl RefUnwindSafe for AdapterErrorCode
impl Send for AdapterErrorCode
impl Sync for AdapterErrorCode
impl Unpin for AdapterErrorCode
impl UnsafeUnpin for AdapterErrorCode
impl UnwindSafe for AdapterErrorCode
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