Enum spitebuf::EnqueueError
source · pub enum EnqueueError<T> {
Full(T),
Closed(T),
}
Expand description
Represents a closed error
Variants§
Trait Implementations§
source§impl<T: Debug> Debug for EnqueueError<T>
impl<T: Debug> Debug for EnqueueError<T>
source§impl<T: PartialEq> PartialEq for EnqueueError<T>
impl<T: PartialEq> PartialEq for EnqueueError<T>
impl<T: Eq> Eq for EnqueueError<T>
impl<T> StructuralPartialEq for EnqueueError<T>
Auto Trait Implementations§
impl<T> Freeze for EnqueueError<T>where
T: Freeze,
impl<T> RefUnwindSafe for EnqueueError<T>where
T: RefUnwindSafe,
impl<T> Send for EnqueueError<T>where
T: Send,
impl<T> Sync for EnqueueError<T>where
T: Sync,
impl<T> Unpin for EnqueueError<T>where
T: Unpin,
impl<T> UnwindSafe for EnqueueError<T>where
T: UnwindSafe,
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