pub struct FullContainerError;Expand description
The operation would add elements past the maximum capacity
Trait Implementations§
Source§impl Clone for FullContainerError
impl Clone for FullContainerError
Source§fn clone(&self) -> FullContainerError
fn clone(&self) -> FullContainerError
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 FullContainerError
impl Debug for FullContainerError
Source§impl From<FullContainerError> for RuntimeError
impl From<FullContainerError> for RuntimeError
Source§fn from(_: FullContainerError) -> Self
fn from(_: FullContainerError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FullContainerError
impl PartialEq for FullContainerError
impl Eq for FullContainerError
impl StructuralPartialEq for FullContainerError
Auto Trait Implementations§
impl Freeze for FullContainerError
impl RefUnwindSafe for FullContainerError
impl Send for FullContainerError
impl Sync for FullContainerError
impl Unpin for FullContainerError
impl UnwindSafe for FullContainerError
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