pub struct InMemoryDeadLetterStore { /* private fields */ }Trait Implementations§
Source§impl Clone for InMemoryDeadLetterStore
impl Clone for InMemoryDeadLetterStore
Source§fn clone(&self) -> InMemoryDeadLetterStore
fn clone(&self) -> InMemoryDeadLetterStore
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 moreSource§impl DeadLetterStore for InMemoryDeadLetterStore
impl DeadLetterStore for InMemoryDeadLetterStore
fn push_dead_letter(&self, dead_letter: PipelineDeadLetter) -> DataResult<()>
fn list_dead_letters(&self, run_id: &str) -> DataResult<Vec<PipelineDeadLetter>>
Source§impl Debug for InMemoryDeadLetterStore
impl Debug for InMemoryDeadLetterStore
Source§impl Default for InMemoryDeadLetterStore
impl Default for InMemoryDeadLetterStore
Source§fn default() -> InMemoryDeadLetterStore
fn default() -> InMemoryDeadLetterStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InMemoryDeadLetterStore
impl RefUnwindSafe for InMemoryDeadLetterStore
impl Send for InMemoryDeadLetterStore
impl Sync for InMemoryDeadLetterStore
impl Unpin for InMemoryDeadLetterStore
impl UnsafeUnpin for InMemoryDeadLetterStore
impl UnwindSafe for InMemoryDeadLetterStore
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