pub struct AddOperator {}Expand description
BinaryArrayOperator for vector addition.
Trait Implementations§
Source§impl BinaryArrayOperator for AddOperator
impl BinaryArrayOperator for AddOperator
Auto Trait Implementations§
impl Freeze for AddOperator
impl RefUnwindSafe for AddOperator
impl Send for AddOperator
impl Sync for AddOperator
impl Unpin for AddOperator
impl UnwindSafe for AddOperator
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