pub enum EmbeddedError {
Show 15 variants
InvalidInput,
InvalidArgument,
InvalidCursor,
InvalidState,
NotFound,
SeqGap,
IntegrityFailure,
ChecksumMismatch,
IdempotencyConflict,
ReplayRejected,
Timeout,
Backpressure,
Disconnected,
StorageCorruption,
Unsupported,
}Variants§
InvalidInput
InvalidArgument
InvalidCursor
InvalidState
NotFound
SeqGap
IntegrityFailure
ChecksumMismatch
IdempotencyConflict
ReplayRejected
Timeout
Backpressure
Disconnected
StorageCorruption
Unsupported
Trait Implementations§
Source§impl Clone for EmbeddedError
impl Clone for EmbeddedError
Source§fn clone(&self) -> EmbeddedError
fn clone(&self) -> EmbeddedError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EmbeddedError
Source§impl Debug for EmbeddedError
impl Debug for EmbeddedError
impl Eq for EmbeddedError
Source§impl PartialEq for EmbeddedError
impl PartialEq for EmbeddedError
Source§fn eq(&self, other: &EmbeddedError) -> bool
fn eq(&self, other: &EmbeddedError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EmbeddedError
Auto Trait Implementations§
impl Freeze for EmbeddedError
impl RefUnwindSafe for EmbeddedError
impl Send for EmbeddedError
impl Sync for EmbeddedError
impl Unpin for EmbeddedError
impl UnsafeUnpin for EmbeddedError
impl UnwindSafe for EmbeddedError
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