pub struct BySize(pub usize);Expand description
Size-threshold completion: complete once the group contains n messages.
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl CompletionCondition for BySize
impl CompletionCondition for BySize
impl Copy for BySize
Auto Trait Implementations§
impl Freeze for BySize
impl RefUnwindSafe for BySize
impl Send for BySize
impl Sync for BySize
impl Unpin for BySize
impl UnsafeUnpin for BySize
impl UnwindSafe for BySize
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