Enum streambed::commit_log::ProducerError
source · pub enum ProducerError {
CannotProduce,
}Expand description
There was a problem producing a record
Variants§
CannotProduce
The commit log received the request but was unable to process it.
Trait Implementations§
source§impl Clone for ProducerError
impl Clone for ProducerError
source§fn clone(&self) -> ProducerError
fn clone(&self) -> ProducerError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ProducerError
impl Debug for ProducerError
source§impl PartialEq for ProducerError
impl PartialEq for ProducerError
source§fn eq(&self, other: &ProducerError) -> bool
fn eq(&self, other: &ProducerError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ProducerError
impl StructuralEq for ProducerError
impl StructuralPartialEq for ProducerError
Auto Trait Implementations§
impl RefUnwindSafe for ProducerError
impl Send for ProducerError
impl Sync for ProducerError
impl Unpin for ProducerError
impl UnwindSafe for ProducerError
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