pub struct Minus<T>where
T: ValueType,{ /* private fields */ }
Implementations§
Trait Implementations§
source§impl<T: ValueType + MinusTyped<T>> AccumulatorBinaryOperator<T> for Minus<T>
impl<T: ValueType + MinusTyped<T>> AccumulatorBinaryOperator<T> for Minus<T>
fn accumulator_graphblas_type(&self) -> GrB_BinaryOp
source§impl<T: ValueType + MinusTyped<T>> BinaryOperator<T> for Minus<T>
impl<T: ValueType + MinusTyped<T>> BinaryOperator<T> for Minus<T>
fn graphblas_type(&self) -> GrB_BinaryOp
Auto Trait Implementations§
impl<T> RefUnwindSafe for Minus<T>where T: RefUnwindSafe,
impl<T> Send for Minus<T>where T: Send,
impl<T> Sync for Minus<T>where T: Sync,
impl<T> Unpin for Minus<T>where T: Unpin,
impl<T> UnwindSafe for Minus<T>where T: UnwindSafe,
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