pub struct AggregateToString<'a> { /* private fields */ }
Expand description
An aggregate function that concatenates strings from a group into a single string with various options.
Trait Implementations§
Source§impl<'a> Clone for AggregateToString<'a>
impl<'a> Clone for AggregateToString<'a>
Source§fn clone(&self) -> AggregateToString<'a>
fn clone(&self) -> AggregateToString<'a>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> Debug for AggregateToString<'a>
impl<'a> Debug for AggregateToString<'a>
Source§impl<'a> From<AggregateToString<'a>> for Function<'a>
impl<'a> From<AggregateToString<'a>> for Function<'a>
Source§fn from(value: AggregateToString<'a>) -> Self
fn from(value: AggregateToString<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> PartialEq for AggregateToString<'a>
impl<'a> PartialEq for AggregateToString<'a>
impl<'a> StructuralPartialEq for AggregateToString<'a>
Auto Trait Implementations§
impl<'a> Freeze for AggregateToString<'a>
impl<'a> RefUnwindSafe for AggregateToString<'a>
impl<'a> Send for AggregateToString<'a>
impl<'a> Sync for AggregateToString<'a>
impl<'a> Unpin for AggregateToString<'a>
impl<'a> UnwindSafe for AggregateToString<'a>
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