pub struct StringConcatOperator;
Expand description
String concatenation operator
Trait Implementations§
Source§impl Clone for StringConcatOperator
impl Clone for StringConcatOperator
Source§fn clone(&self) -> StringConcatOperator
fn clone(&self) -> StringConcatOperator
Returns a duplicate 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 Debug for StringConcatOperator
impl Debug for StringConcatOperator
Source§impl MergeOperator<String> for StringConcatOperator
impl MergeOperator<String> for StringConcatOperator
Source§impl PartialEq for StringConcatOperator
impl PartialEq for StringConcatOperator
impl Copy for StringConcatOperator
impl Eq for StringConcatOperator
impl StructuralPartialEq for StringConcatOperator
Auto Trait Implementations§
impl Freeze for StringConcatOperator
impl RefUnwindSafe for StringConcatOperator
impl Send for StringConcatOperator
impl Sync for StringConcatOperator
impl Unpin for StringConcatOperator
impl UnwindSafe for StringConcatOperator
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