pub struct EmitSignal;Expand description
Always emits an empty Message when the completion condition fires. Use when the aggregator
is being treated as a pure “quorum reached” signal — the caller doesn’t care about the group’s
contents (typically it re-reads authoritative state from elsewhere on the signal).
Trait Implementations§
Source§impl AggregationStrategy for EmitSignal
impl AggregationStrategy for EmitSignal
Source§impl Clone for EmitSignal
impl Clone for EmitSignal
Source§fn clone(&self) -> EmitSignal
fn clone(&self) -> EmitSignal
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 EmitSignal
impl Debug for EmitSignal
Source§impl Default for EmitSignal
impl Default for EmitSignal
Source§fn default() -> EmitSignal
fn default() -> EmitSignal
Returns the “default value” for a type. Read more
impl Copy for EmitSignal
Auto Trait Implementations§
impl Freeze for EmitSignal
impl RefUnwindSafe for EmitSignal
impl Send for EmitSignal
impl Sync for EmitSignal
impl Unpin for EmitSignal
impl UnsafeUnpin for EmitSignal
impl UnwindSafe for EmitSignal
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