pub struct InMemoryA3sFlowEventSink { /* private fields */ }Expand description
In-memory A3S event sink for examples and tests.
Implementations§
Trait Implementations§
Source§impl Debug for InMemoryA3sFlowEventSink
impl Debug for InMemoryA3sFlowEventSink
Source§impl Default for InMemoryA3sFlowEventSink
impl Default for InMemoryA3sFlowEventSink
Source§fn default() -> InMemoryA3sFlowEventSink
fn default() -> InMemoryA3sFlowEventSink
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for InMemoryA3sFlowEventSink
impl !RefUnwindSafe for InMemoryA3sFlowEventSink
impl Send for InMemoryA3sFlowEventSink
impl Sync for InMemoryA3sFlowEventSink
impl Unpin for InMemoryA3sFlowEventSink
impl UnsafeUnpin for InMemoryA3sFlowEventSink
impl UnwindSafe for InMemoryA3sFlowEventSink
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