Trait implementation lrs::string::NoNullString::Eq

Note: This page contains multiple implementations.

Objects that implement the binary == and != operators.

Syntax

impl<H1, H2> Eq<ByteString<H2>> for NoNullString<H1>
    where H2: Allocator,
          H1: Allocator,

Syntax

impl<H1, H2> Eq<NoNullString<H2>> for NoNullString<H1>
    where H2: Allocator,
          H1: Allocator,

Syntax

impl<H1, H2> Eq<CString<H2>> for NoNullString<H1>
    where H1: Allocator,
          H2: Allocator,

Syntax

impl<H1, H2> Eq<String<H2>> for NoNullString<H1>
    where H2: Allocator,
          H1: Allocator,

Syntax

impl<H> Eq<ByteStr> for NoNullString<H>
    where H: Allocator,

Syntax

impl<H> Eq<NoNullStr> for NoNullString<H>
    where H: Allocator,

Syntax

impl<H> Eq<CStr> for NoNullString<H>
    where H: Allocator,

Syntax

impl<H> Eq<str> for NoNullString<H>
    where H: Allocator,

Syntax

impl<H> Eq<[u8]> for NoNullString<H>
    where H: Allocator,