Struct encase::internal::EnlargeError
source · pub struct EnlargeError;
Trait Implementations§
source§impl Clone for EnlargeError
impl Clone for EnlargeError
source§fn clone(&self) -> EnlargeError
fn clone(&self) -> EnlargeError
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 EnlargeError
impl Debug for EnlargeError
source§impl Display for EnlargeError
impl Display for EnlargeError
source§impl Error for EnlargeError
impl Error for EnlargeError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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 From<TryReserveError> for EnlargeError
impl From<TryReserveError> for EnlargeError
source§fn from(_: TryReserveError) -> Self
fn from(_: TryReserveError) -> Self
Converts to this type from the input type.
impl Copy for EnlargeError
Auto Trait Implementations§
impl Freeze for EnlargeError
impl RefUnwindSafe for EnlargeError
impl Send for EnlargeError
impl Sync for EnlargeError
impl Unpin for EnlargeError
impl UnwindSafe for EnlargeError
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