Struct unsized_vec::TryReserveError
source · pub struct TryReserveError { /* private fields */ }Expand description
The error type for try_reserve methods.
Trait Implementations§
source§impl Clone for TryReserveError
impl Clone for TryReserveError
source§fn clone(&self) -> TryReserveError
fn clone(&self) -> TryReserveError
Returns a copy 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 TryReserveError
impl Debug for TryReserveError
source§impl From<TryReserveError> for TryReserveError
impl From<TryReserveError> for TryReserveError
source§fn from(value: TryReserveError) -> Self
fn from(value: TryReserveError) -> Self
Converts to this type from the input type.
source§impl PartialEq<TryReserveError> for TryReserveError
impl PartialEq<TryReserveError> for TryReserveError
source§fn eq(&self, other: &TryReserveError) -> bool
fn eq(&self, other: &TryReserveError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.