Struct staticvec::PushCapacityError [−][src]
pub struct PushCapacityError<T, const N: usize>(_);Expand description
Implementations
Extracts the failed value from the error.
Trait Implementations
impl<T: Debug, const N: usize> Error for PushCapacityError<T, N>
This is supported on crate feature std only.
impl<T: Debug, const N: usize> Error for PushCapacityError<T, N>
This is supported on crate feature
std only.impl<T: PartialEq, const N: usize> PartialEq<PushCapacityError<T, N>> for PushCapacityError<T, N>
impl<T: PartialEq, const N: usize> PartialEq<PushCapacityError<T, N>> for PushCapacityError<T, N>
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<T, const N: usize> RefUnwindSafe for PushCapacityError<T, N> where
T: RefUnwindSafe,
impl<T, const N: usize> Send for PushCapacityError<T, N> where
T: Send,
impl<T, const N: usize> Sync for PushCapacityError<T, N> where
T: Sync,
impl<T, const N: usize> Unpin for PushCapacityError<T, N> where
T: Unpin,
impl<T, const N: usize> UnwindSafe for PushCapacityError<T, N> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
