Note: This page contains multiple implementations.
Objects that implement the binary == and != operators.
impl<H> Eq<str> for CString<H>
where H: Allocator,impl<H1, H2> Eq<ByteString<H2>> for CString<H1>
where H1: Allocator,
H2: Allocator,impl<H1, H2> Eq<NoNullString<H2>> for CString<H1>
where H1: Allocator,
H2: Allocator,impl<H1, H2> Eq<CString<H2>> for CString<H1>
where H1: Allocator,
H2: Allocator,impl<H1, H2> Eq<String<H2>> for CString<H1>
where H2: Allocator,
H1: Allocator,impl<H> Eq<ByteStr> for CString<H>
where H: Allocator,impl<H> Eq<NoNullStr> for CString<H>
where H: Allocator,impl<H> Eq<CStr> for CString<H>
where H: Allocator,impl<H> Eq<[u8]> for CString<H>
where H: Allocator,