pub struct TooLargeData;
Trait Implementations§
Source§impl Clone for TooLargeData
impl Clone for TooLargeData
Source§fn clone(&self) -> TooLargeData
fn clone(&self) -> TooLargeData
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TooLargeData
impl Debug for TooLargeData
Source§impl Display for TooLargeData
impl Display for TooLargeData
Source§impl Error for TooLargeData
impl Error for TooLargeData
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<TooLargeData> for String
impl From<TooLargeData> for String
Source§fn from(err: TooLargeData) -> Self
fn from(err: TooLargeData) -> Self
Converts to this type from the input type.
Source§impl Hash for TooLargeData
impl Hash for TooLargeData
Source§impl Ord for TooLargeData
impl Ord for TooLargeData
Source§fn cmp(&self, other: &TooLargeData) -> Ordering
fn cmp(&self, other: &TooLargeData) -> 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 TooLargeData
impl PartialEq for TooLargeData
Source§impl PartialOrd for TooLargeData
impl PartialOrd for TooLargeData
impl Copy for TooLargeData
impl Eq for TooLargeData
impl StructuralPartialEq for TooLargeData
Auto Trait Implementations§
impl Freeze for TooLargeData
impl RefUnwindSafe for TooLargeData
impl Send for TooLargeData
impl Sync for TooLargeData
impl Unpin for TooLargeData
impl UnwindSafe for TooLargeData
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