pub struct NothingSerializeError;
Expand description
Error type for Nothing
serializer.
Trait Implementations§
Source§impl Clone for NothingSerializeError
impl Clone for NothingSerializeError
Source§fn clone(&self) -> NothingSerializeError
fn clone(&self) -> NothingSerializeError
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 NothingSerializeError
impl Debug for NothingSerializeError
Source§impl Default for NothingSerializeError
impl Default for NothingSerializeError
Source§fn default() -> NothingSerializeError
fn default() -> NothingSerializeError
Returns the “default value” for a type. Read more
Source§impl Display for NothingSerializeError
impl Display for NothingSerializeError
Source§impl Error for NothingSerializeError
impl Error for NothingSerializeError
Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl Error for NothingSerializeError
impl Error for NothingSerializeError
Source§impl Hash for NothingSerializeError
impl Hash for NothingSerializeError
Source§impl Ord for NothingSerializeError
impl Ord for NothingSerializeError
Source§fn cmp(&self, other: &NothingSerializeError) -> Ordering
fn cmp(&self, other: &NothingSerializeError) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NothingSerializeError
impl PartialEq for NothingSerializeError
Source§impl PartialOrd for NothingSerializeError
impl PartialOrd for NothingSerializeError
impl Copy for NothingSerializeError
impl Eq for NothingSerializeError
impl StructuralPartialEq for NothingSerializeError
Auto Trait Implementations§
impl Freeze for NothingSerializeError
impl RefUnwindSafe for NothingSerializeError
impl Send for NothingSerializeError
impl Sync for NothingSerializeError
impl Unpin for NothingSerializeError
impl UnwindSafe for NothingSerializeError
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