pub struct MemoryCapture { /* private fields */ }Expand description
A reference Capture that keeps exchanges in memory. For tests and local
inspection; a real deployment writes to a durable queue.
Implementations§
Source§impl MemoryCapture
impl MemoryCapture
Trait Implementations§
Source§impl Capture for MemoryCapture
impl Capture for MemoryCapture
Source§impl Clone for MemoryCapture
impl Clone for MemoryCapture
Source§fn clone(&self) -> MemoryCapture
fn clone(&self) -> MemoryCapture
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 Debug for MemoryCapture
impl Debug for MemoryCapture
Source§impl Default for MemoryCapture
impl Default for MemoryCapture
Source§fn default() -> MemoryCapture
fn default() -> MemoryCapture
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MemoryCapture
impl RefUnwindSafe for MemoryCapture
impl Send for MemoryCapture
impl Sync for MemoryCapture
impl Unpin for MemoryCapture
impl UnsafeUnpin for MemoryCapture
impl UnwindSafe for MemoryCapture
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