Struct vector_array::error::ArrTooSmall
source · pub struct ArrTooSmall;
Expand description
Just an error
Trait Implementations§
source§impl Clone for ArrTooSmall
impl Clone for ArrTooSmall
source§fn clone(&self) -> ArrTooSmall
fn clone(&self) -> ArrTooSmall
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 ArrTooSmall
impl Debug for ArrTooSmall
source§impl Default for ArrTooSmall
impl Default for ArrTooSmall
source§fn default() -> ArrTooSmall
fn default() -> ArrTooSmall
Returns the “default value” for a type. Read more
source§impl PartialEq<ArrTooSmall> for ArrTooSmall
impl PartialEq<ArrTooSmall> for ArrTooSmall
source§fn eq(&self, other: &ArrTooSmall) -> bool
fn eq(&self, other: &ArrTooSmall) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ArrTooSmall
impl StructuralPartialEq for ArrTooSmall
Auto Trait Implementations§
impl RefUnwindSafe for ArrTooSmall
impl Send for ArrTooSmall
impl Sync for ArrTooSmall
impl Unpin for ArrTooSmall
impl UnwindSafe for ArrTooSmall
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