Struct fixed_slice_vec::vec::StorageError [−][src]
pub struct StorageError<T>(pub T);
Error that occurs when a call that attempts to increase the number of items in the FixedSliceVec fails due to insufficient storage capacity.
Trait Implementations
impl<T: Clone> Clone for StorageError<T>
[src]
impl<T: Clone> Clone for StorageError<T>
[src]fn clone(&self) -> StorageError<T>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<T> Debug for StorageError<T>
[src]
impl<T> Debug for StorageError<T>
[src]impl<T: Eq> Eq for StorageError<T>
[src]
impl<T: Eq> Eq for StorageError<T>
[src]impl<T: Ord> Ord for StorageError<T>
[src]
impl<T: Ord> Ord for StorageError<T>
[src]impl<T: PartialEq> PartialEq<StorageError<T>> for StorageError<T>
[src]
impl<T: PartialEq> PartialEq<StorageError<T>> for StorageError<T>
[src]fn eq(&self, other: &StorageError<T>) -> bool
[src]
fn ne(&self, other: &StorageError<T>) -> bool
[src]
impl<T: PartialOrd> PartialOrd<StorageError<T>> for StorageError<T>
[src]
impl<T: PartialOrd> PartialOrd<StorageError<T>> for StorageError<T>
[src]fn partial_cmp(&self, other: &StorageError<T>) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl<T> StructuralEq for StorageError<T>
[src]
impl<T> StructuralEq for StorageError<T>
[src]impl<T> StructuralPartialEq for StorageError<T>
[src]
impl<T> StructuralPartialEq for StorageError<T>
[src]Auto Trait Implementations
impl<T> Send for StorageError<T> where
T: Send,
impl<T> Send for StorageError<T> where
T: Send,
impl<T> Sync for StorageError<T> where
T: Sync,
impl<T> Sync for StorageError<T> where
T: Sync,
impl<T> Unpin for StorageError<T> where
T: Unpin,
impl<T> Unpin for StorageError<T> where
T: Unpin,