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 PartialOrd for FullError
impl PartialOrd for FullError
impl Copy for FullError
impl Eq for FullError
impl StructuralPartialEq for FullError
Auto Trait Implementations§
impl Freeze for FullError
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