Struct naga::proc::namer::AsciiUniCase
source · struct AsciiUniCase<S: AsRef<str> + ?Sized>(S);
Expand description
A string wrapper type with an ascii case insensitive Eq and Hash impl
Tuple Fields§
§0: S
Trait Implementations§
source§impl<S: AsRef<str>> PartialEq for AsciiUniCase<S>
impl<S: AsRef<str>> PartialEq for AsciiUniCase<S>
impl<S: AsRef<str>> Eq for AsciiUniCase<S>
Auto Trait Implementations§
impl<S> Freeze for AsciiUniCase<S>
impl<S> RefUnwindSafe for AsciiUniCase<S>where
S: RefUnwindSafe + ?Sized,
impl<S> Send for AsciiUniCase<S>
impl<S> Sync for AsciiUniCase<S>
impl<S> Unpin for AsciiUniCase<S>
impl<S> UnwindSafe for AsciiUniCase<S>where
S: UnwindSafe + ?Sized,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.