pub type Namespace = Atom<NamespaceStaticSet>;
Aliased Type§
struct Namespace { /* private fields */ }
Implementations
source§impl<Static> Atom<Static>where
Static: StaticAtomSet,
impl<Static> Atom<Static>where
Static: StaticAtomSet,
source§impl<Static> Atom<Static>where
Static: StaticAtomSet,
impl<Static> Atom<Static>where
Static: StaticAtomSet,
sourcepub fn to_ascii_uppercase(&self) -> Atom<Static>
pub fn to_ascii_uppercase(&self) -> Atom<Static>
Like to_ascii_uppercase
.
sourcepub fn to_ascii_lowercase(&self) -> Atom<Static>
pub fn to_ascii_lowercase(&self) -> Atom<Static>
Like to_ascii_lowercase
.
sourcepub fn eq_ignore_ascii_case(&self, other: &Atom<Static>) -> bool
pub fn eq_ignore_ascii_case(&self, other: &Atom<Static>) -> bool
Like eq_ignore_ascii_case
.
sourcepub fn eq_str_ignore_ascii_case(&self, other: &str) -> bool
pub fn eq_str_ignore_ascii_case(&self, other: &str) -> bool
Like eq_ignore_ascii_case
, but takes an unhashed string as other
.
Trait Implementations
source§impl<Static> Clone for Atom<Static>where
Static: StaticAtomSet,
impl<Static> Clone for Atom<Static>where
Static: StaticAtomSet,
source§impl<Static> Debug for Atom<Static>where
Static: StaticAtomSet,
impl<Static> Debug for Atom<Static>where
Static: StaticAtomSet,
source§impl<Static> Default for Atom<Static>where
Static: StaticAtomSet,
impl<Static> Default for Atom<Static>where
Static: StaticAtomSet,
source§impl<Static> Deref for Atom<Static>where
Static: StaticAtomSet,
impl<Static> Deref for Atom<Static>where
Static: StaticAtomSet,
source§impl<'a, Static> Deserialize<'a> for Atom<Static>where
Static: StaticAtomSet,
impl<'a, Static> Deserialize<'a> for Atom<Static>where
Static: StaticAtomSet,
source§fn deserialize<D>(
deserializer: D,
) -> Result<Atom<Static>, <D as Deserializer<'a>>::Error>where
D: Deserializer<'a>,
fn deserialize<D>(
deserializer: D,
) -> Result<Atom<Static>, <D as Deserializer<'a>>::Error>where
D: Deserializer<'a>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<Static> Display for Atom<Static>where
Static: StaticAtomSet,
impl<Static> Display for Atom<Static>where
Static: StaticAtomSet,
source§impl<Static> Hash for Atom<Static>where
Static: StaticAtomSet,
impl<Static> Hash for Atom<Static>where
Static: StaticAtomSet,
source§impl<Static> Ord for Atom<Static>where
Static: StaticAtomSet,
impl<Static> Ord for Atom<Static>where
Static: StaticAtomSet,
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl<Static> PartialOrd for Atom<Static>where
Static: StaticAtomSet,
impl<Static> PartialOrd for Atom<Static>where
Static: StaticAtomSet,
source§impl<Static> PrecomputedHash for Atom<Static>where
Static: StaticAtomSet,
impl<Static> PrecomputedHash for Atom<Static>where
Static: StaticAtomSet,
source§fn precomputed_hash(&self) -> u32
fn precomputed_hash(&self) -> u32
Return the precomputed hash for this item.
source§impl<Static> Serialize for Atom<Static>where
Static: StaticAtomSet,
impl<Static> Serialize for Atom<Static>where
Static: StaticAtomSet,
source§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more