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