pub struct ConcatV2 { /* private fields */ }
Expand description
Builder for the ConcatV2
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConcatV2
impl RefUnwindSafe for ConcatV2
impl Send for ConcatV2
impl Sync for ConcatV2
impl Unpin for ConcatV2
impl UnwindSafe for ConcatV2
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