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