Struct fixed_capacity_vec::FullError
source · pub struct FullError;
Expand description
Error returned by try_push_or_discard()
Trait Implementations§
source§impl Ord for FullError
impl Ord for FullError
source§impl PartialEq<FullError> for FullError
impl PartialEq<FullError> for FullError
source§impl PartialOrd<FullError> for FullError
impl PartialOrd<FullError> for FullError
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for FullError
impl Eq for FullError
impl StructuralEq for FullError
impl StructuralPartialEq for FullError
Auto Trait Implementations§
impl RefUnwindSafe for FullError
impl Send for FullError
impl Sync for FullError
impl Unpin for FullError
impl UnwindSafe for FullError
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