pub struct IsLessThanOrEqualTo<T>where
T: ValueType,{ /* private fields */ }
Implementations§
Trait Implementations§
source§impl<T: ValueType + IsLessThanOrEqualToTyped<T>> AccumulatorBinaryOperator<T> for IsLessThanOrEqualTo<T>
impl<T: ValueType + IsLessThanOrEqualToTyped<T>> AccumulatorBinaryOperator<T> for IsLessThanOrEqualTo<T>
fn accumulator_graphblas_type(&self) -> GrB_BinaryOp
source§impl<T: ValueType + IsLessThanOrEqualToTyped<T>> BinaryOperator<T> for IsLessThanOrEqualTo<T>
impl<T: ValueType + IsLessThanOrEqualToTyped<T>> BinaryOperator<T> for IsLessThanOrEqualTo<T>
fn graphblas_type(&self) -> GrB_BinaryOp
source§impl<T> Clone for IsLessThanOrEqualTo<T>where
T: ValueType + Clone,
impl<T> Clone for IsLessThanOrEqualTo<T>where T: ValueType + Clone,
source§fn clone(&self) -> IsLessThanOrEqualTo<T>
fn clone(&self) -> IsLessThanOrEqualTo<T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl<T: ValueType> ReturnsBool for IsLessThanOrEqualTo<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for IsLessThanOrEqualTo<T>where T: RefUnwindSafe,
impl<T> Send for IsLessThanOrEqualTo<T>where T: Send,
impl<T> Sync for IsLessThanOrEqualTo<T>where T: Sync,
impl<T> Unpin for IsLessThanOrEqualTo<T>where T: Unpin,
impl<T> UnwindSafe for IsLessThanOrEqualTo<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