pub struct IdxVecOverflowError;Expand description
An error for when an IdxVec is initialized with too many elements.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IdxVecOverflowError
impl RefUnwindSafe for IdxVecOverflowError
impl Send for IdxVecOverflowError
impl Sync for IdxVecOverflowError
impl Unpin for IdxVecOverflowError
impl UnwindSafe for IdxVecOverflowError
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