pub struct BoundsExceeded;
Trait Implementations§
Source§impl Clone for BoundsExceeded
impl Clone for BoundsExceeded
Source§fn clone(&self) -> BoundsExceeded
fn clone(&self) -> BoundsExceeded
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 BoundsExceeded
impl Debug for BoundsExceeded
Source§impl Display for BoundsExceeded
impl Display for BoundsExceeded
Source§impl Error for BoundsExceeded
impl Error for BoundsExceeded
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<BoundsExceeded> for DecodeError
impl From<BoundsExceeded> for DecodeError
Source§fn from(source: BoundsExceeded) -> Self
fn from(source: BoundsExceeded) -> Self
Converts to this type from the input type.
Source§impl From<BoundsExceeded> for EncodeError
impl From<BoundsExceeded> for EncodeError
Source§fn from(source: BoundsExceeded) -> Self
fn from(source: BoundsExceeded) -> Self
Converts to this type from the input type.
Source§impl From<BoundsExceeded> for SessionError
impl From<BoundsExceeded> for SessionError
Source§fn from(source: BoundsExceeded) -> Self
fn from(source: BoundsExceeded) -> Self
Converts to this type from the input type.
Source§impl PartialEq for BoundsExceeded
impl PartialEq for BoundsExceeded
impl Copy for BoundsExceeded
impl Eq for BoundsExceeded
impl StructuralPartialEq for BoundsExceeded
Auto Trait Implementations§
impl Freeze for BoundsExceeded
impl RefUnwindSafe for BoundsExceeded
impl Send for BoundsExceeded
impl Sync for BoundsExceeded
impl Unpin for BoundsExceeded
impl UnwindSafe for BoundsExceeded
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