pub struct AsyncProjection { /* private fields */ }Expand description
In-memory projection of events.
Implementations§
Trait Implementations§
Source§impl Default for AsyncProjection
impl Default for AsyncProjection
Source§fn default() -> AsyncProjection
fn default() -> AsyncProjection
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AsyncProjection
impl RefUnwindSafe for AsyncProjection
impl Send for AsyncProjection
impl Sync for AsyncProjection
impl Unpin for AsyncProjection
impl UnsafeUnpin for AsyncProjection
impl UnwindSafe for AsyncProjection
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