pub struct EmptyContainerError;Expand description
The operation would remove more elements than currently present or tries to access an element when none are present
Trait Implementations§
Source§impl Clone for EmptyContainerError
impl Clone for EmptyContainerError
Source§fn clone(&self) -> EmptyContainerError
fn clone(&self) -> EmptyContainerError
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 EmptyContainerError
impl Debug for EmptyContainerError
Source§impl PartialEq for EmptyContainerError
impl PartialEq for EmptyContainerError
impl Eq for EmptyContainerError
impl StructuralPartialEq for EmptyContainerError
Auto Trait Implementations§
impl Freeze for EmptyContainerError
impl RefUnwindSafe for EmptyContainerError
impl Send for EmptyContainerError
impl Sync for EmptyContainerError
impl Unpin for EmptyContainerError
impl UnwindSafe for EmptyContainerError
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