pub struct BoundsExceeded;Available on (crate features
alloc or std or derive or serde or zero-copy or static-size) and crate feature static-size and crate feature alloc only.Expand description
Error returned when a value exceeds a bounded type’s capacity.
Trait Implementations§
Source§impl Clone for BoundsExceeded
impl Clone for BoundsExceeded
Source§fn clone(&self) -> BoundsExceeded
fn clone(&self) -> BoundsExceeded
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 BoundsExceeded
impl Debug for BoundsExceeded
Source§impl Display for BoundsExceeded
impl Display for BoundsExceeded
Source§impl PartialEq for BoundsExceeded
impl PartialEq 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 UnsafeUnpin 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