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