Struct rulinalg::macros::ExactElementwiseComparator [] [src]

pub struct ExactElementwiseComparator;

The exact comparator used with assert_matrix_eq!.

Trait Implementations

impl Copy for ExactElementwiseComparator
[src]

impl Clone for ExactElementwiseComparator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ExactElementwiseComparator
[src]

Formats the value using the given formatter.

impl PartialEq for ExactElementwiseComparator
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<T> ElementwiseComparator<T, ExactError> for ExactElementwiseComparator where T: Copy + Display + PartialEq<T>
[src]

Compares two elements. Read more

A description of the comparator.