pub struct ValueTooBig;
๐Deprecated since 0.15.1: Legacy serialization API is not type-safe and is going to be removed soon
Trait Implementationsยง
Sourceยงimpl Clone for ValueTooBig
impl Clone for ValueTooBig
Sourceยงfn clone(&self) -> ValueTooBig
fn clone(&self) -> ValueTooBig
Returns a copy 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 ValueTooBig
impl Debug for ValueTooBig
Sourceยงimpl Display for ValueTooBig
impl Display for ValueTooBig
Sourceยงimpl Error for ValueTooBig
impl Error for ValueTooBig
1.30.0 ยท 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 From<ValueTooBig> for SerializeValuesError
impl From<ValueTooBig> for SerializeValuesError
Sourceยงfn from(source: ValueTooBig) -> Self
fn from(source: ValueTooBig) -> Self
Converts to this type from the input type.
Sourceยงimpl Ord for ValueTooBig
impl Ord for ValueTooBig
Sourceยงfn cmp(&self, other: &ValueTooBig) -> Ordering
fn cmp(&self, other: &ValueTooBig) -> 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 ValueTooBig
impl PartialEq for ValueTooBig
Sourceยงimpl PartialOrd for ValueTooBig
impl PartialOrd for ValueTooBig
impl Copy for ValueTooBig
impl Eq for ValueTooBig
impl StructuralPartialEq for ValueTooBig
Auto Trait Implementationsยง
impl Freeze for ValueTooBig
impl RefUnwindSafe for ValueTooBig
impl Send for ValueTooBig
impl Sync for ValueTooBig
impl Unpin for ValueTooBig
impl UnwindSafe for ValueTooBig
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