Trait implementation lrs::string::String::Eq

Note: This page contains multiple implementations.

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

Syntax

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

Syntax

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

Syntax

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

Syntax

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

Syntax

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

Syntax

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

Syntax

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

Syntax

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

Syntax

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