pub struct IndexSizeError;
Expand description
Indicates the index storage was the wrong size for the bit vector it was used with.
Trait Implementations§
Source§impl Clone for IndexSizeError
impl Clone for IndexSizeError
Source§fn clone(&self) -> IndexSizeError
fn clone(&self) -> IndexSizeError
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 IndexSizeError
impl Debug for IndexSizeError
impl Copy for IndexSizeError
Auto Trait Implementations§
impl Freeze for IndexSizeError
impl RefUnwindSafe for IndexSizeError
impl Send for IndexSizeError
impl Sync for IndexSizeError
impl Unpin for IndexSizeError
impl UnwindSafe for IndexSizeError
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