Enum spitebuf::DequeueError
source · pub enum DequeueError {
Closed,
}
Variants§
Closed
Trait Implementations§
source§impl Debug for DequeueError
impl Debug for DequeueError
source§impl PartialEq<DequeueError> for DequeueError
impl PartialEq<DequeueError> for DequeueError
source§fn eq(&self, other: &DequeueError) -> bool
fn eq(&self, other: &DequeueError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for DequeueError
impl StructuralEq for DequeueError
impl StructuralPartialEq for DequeueError
Auto Trait Implementations§
impl RefUnwindSafe for DequeueError
impl Send for DequeueError
impl Sync for DequeueError
impl Unpin for DequeueError
impl UnwindSafe for DequeueError
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