pub struct ConcatText;Expand description
UTF-8 text concatenation. Emits None if any payload in the group is not Payload::Text —
preserves the legacy aggregator behavior.
Trait Implementations§
Source§impl AggregationStrategy for ConcatText
impl AggregationStrategy for ConcatText
Source§impl Clone for ConcatText
impl Clone for ConcatText
Source§fn clone(&self) -> ConcatText
fn clone(&self) -> ConcatText
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 ConcatText
impl Debug for ConcatText
Source§impl Default for ConcatText
impl Default for ConcatText
Source§fn default() -> ConcatText
fn default() -> ConcatText
Returns the “default value” for a type. Read more
impl Copy for ConcatText
Auto Trait Implementations§
impl Freeze for ConcatText
impl RefUnwindSafe for ConcatText
impl Send for ConcatText
impl Sync for ConcatText
impl Unpin for ConcatText
impl UnsafeUnpin for ConcatText
impl UnwindSafe for ConcatText
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