pub struct FixedVecMemoryAllocationFailure;Expand description
Error type returned for FixedVec allocation failures.
Trait Implementations§
Source§impl Clone for FixedVecMemoryAllocationFailure
impl Clone for FixedVecMemoryAllocationFailure
Source§fn clone(&self) -> FixedVecMemoryAllocationFailure
fn clone(&self) -> FixedVecMemoryAllocationFailure
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FixedVecMemoryAllocationFailure
Source§impl<E: Sized> From<FixedVecMemoryAllocationFailure> for FixedVecNewFromFnError<E>
impl<E: Sized> From<FixedVecMemoryAllocationFailure> for FixedVecNewFromFnError<E>
Source§fn from(_value: FixedVecMemoryAllocationFailure) -> Self
fn from(_value: FixedVecMemoryAllocationFailure) -> Self
Converts to this type from the input type.
Source§impl From<FixedVecNewFromFnError<Infallible>> for FixedVecMemoryAllocationFailure
impl From<FixedVecNewFromFnError<Infallible>> for FixedVecMemoryAllocationFailure
Source§fn from(value: FixedVecNewFromFnError<Infallible>) -> Self
fn from(value: FixedVecNewFromFnError<Infallible>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FixedVecMemoryAllocationFailure
impl RefUnwindSafe for FixedVecMemoryAllocationFailure
impl Send for FixedVecMemoryAllocationFailure
impl Sync for FixedVecMemoryAllocationFailure
impl Unpin for FixedVecMemoryAllocationFailure
impl UnsafeUnpin for FixedVecMemoryAllocationFailure
impl UnwindSafe for FixedVecMemoryAllocationFailure
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