Trait vimwiki_core::StrictEq[][src]

pub trait StrictEq<Rhs: ?Sized = Self> {
    fn strict_eq(&self, other: &Rhs) -> bool;

    fn strict_ne(&self, other: &Rhs) -> bool { ... }
}
Expand description

Represents an equality check that is considered strict. In the case of a Located<T>, will check both the inner type AND the region.

Required methods

Provided methods

Implementations on Foreign Types

Blanket implementation for two vectors of similarly-typed StrictEq elements

Performs strict_eq check on inner elements

Implementors

Same as PartialEq

Same as PartialEq

Same as PartialEq

Same as PartialEq

Same as PartialEq

Same as PartialEq

Same as PartialEq

Same as PartialEq

Performs strict_eq check on matching inner variants

Performs strict_eq on cell content

Same as PartialEq

Performs strict_eq check on matching inner variants

Performs strict_eq check on matching inner variants

Same as PartialEq

Performs strict_eq check on matching inner variants

Performs strict_eq check on matching inner variants

Performs a strict_eq check against eqivalent variants

Performs strict_eq on matching inner variants

Same as PartialEq

Same as PartialEq

Same as PartialEq

Same as PartialEq

Same as PartialEq

Same as PartialEq

Performs strict_eq on inner mapping

Performs strict_eq on inner container

Performs strict_eq on level, centered status, and content

Performs strict_eq check on inner elements

Same as PartialEq

Same as PartialEq

Performs a strict_eq check against list items

Performs a strict_eq check against eqivalent variants

Performs a strict_eq check against inner contents

Same as PartialEq

Same as PartialEq

Same as PartialEq

Performs strict_eq on page elements

Performs strict_eq on content

Performs strict_eq on cells and centered status

Same as PartialEq

Same as PartialEq

Same as PartialEq

Performs strict equality check by verifying that inner value is strict equal and that the regions of both located are equal

Performs strict equality check by verifying that inner value is strict equal to the provided value