pub struct EmptyVecError;
Expand description
Error arisen when given an empty vector.
Trait Implementations§
Source§impl Debug for EmptyVecError
impl Debug for EmptyVecError
Source§impl PartialEq for EmptyVecError
impl PartialEq for EmptyVecError
impl StructuralPartialEq for EmptyVecError
Auto Trait Implementations§
impl Freeze for EmptyVecError
impl RefUnwindSafe for EmptyVecError
impl Send for EmptyVecError
impl Sync for EmptyVecError
impl Unpin for EmptyVecError
impl UnwindSafe for EmptyVecError
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