pub struct ArrayCapacityOverflow;Expand description
Error signaling an overflow of the array’s capacity
Trait Implementations§
Source§impl Clone for ArrayCapacityOverflow
impl Clone for ArrayCapacityOverflow
Source§fn clone(&self) -> ArrayCapacityOverflow
fn clone(&self) -> ArrayCapacityOverflow
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 ArrayCapacityOverflow
impl Debug for ArrayCapacityOverflow
Source§impl Display for ArrayCapacityOverflow
impl Display for ArrayCapacityOverflow
Source§impl Error for ArrayCapacityOverflow
impl Error for ArrayCapacityOverflow
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()
impl Copy for ArrayCapacityOverflow
Auto Trait Implementations§
impl Freeze for ArrayCapacityOverflow
impl RefUnwindSafe for ArrayCapacityOverflow
impl Send for ArrayCapacityOverflow
impl Sync for ArrayCapacityOverflow
impl Unpin for ArrayCapacityOverflow
impl UnwindSafe for ArrayCapacityOverflow
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