pub struct InsufficientCapacity;Expand description
Insufficient capacity for operation.
Trait Implementations§
Source§impl Debug for InsufficientCapacity
impl Debug for InsufficientCapacity
Source§impl Display for InsufficientCapacity
impl Display for InsufficientCapacity
Source§impl Error for InsufficientCapacity
impl Error for InsufficientCapacity
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for InsufficientCapacity
impl PartialEq for InsufficientCapacity
impl Eq for InsufficientCapacity
impl StructuralPartialEq for InsufficientCapacity
Auto Trait Implementations§
impl Freeze for InsufficientCapacity
impl RefUnwindSafe for InsufficientCapacity
impl Send for InsufficientCapacity
impl Sync for InsufficientCapacity
impl Unpin for InsufficientCapacity
impl UnsafeUnpin for InsufficientCapacity
impl UnwindSafe for InsufficientCapacity
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