Trait rbatis::PartialEq[][src]

pub trait PartialEq<Rhs = Self> where
    Rhs: ?Sized
{ fn op_eq(&self, other: &Rhs) -> bool; fn op_ne(&self, other: &Rhs) -> bool { ... } }

Required methods

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

Provided methods

This method tests for !=.

Implementations on Foreign Types

Implementors