pub type LocalName = GenericAtomIdent<LocalNameStaticSet>;
Aliased Type§
struct LocalName(pub Atom<LocalNameStaticSet>);
Fields§
§0: Atom<LocalNameStaticSet>
Implementations
Source§impl<Set: StaticAtomSet> GenericAtomIdent<Set>
impl<Set: StaticAtomSet> GenericAtomIdent<Set>
Trait Implementations
Source§impl<Set: StaticAtomSet> Borrow<Atom<Set>> for GenericAtomIdent<Set>
impl<Set: StaticAtomSet> Borrow<Atom<Set>> for GenericAtomIdent<Set>
Source§impl<Set: StaticAtomSet> Clone for GenericAtomIdent<Set>
impl<Set: StaticAtomSet> Clone for GenericAtomIdent<Set>
Source§impl<Set: StaticAtomSet> Debug for GenericAtomIdent<Set>
impl<Set: StaticAtomSet> Debug for GenericAtomIdent<Set>
Source§impl<Set: StaticAtomSet> Default for GenericAtomIdent<Set>
impl<Set: StaticAtomSet> Default for GenericAtomIdent<Set>
Source§impl<'a, Set: StaticAtomSet> From<&'a str> for GenericAtomIdent<Set>
impl<'a, Set: StaticAtomSet> From<&'a str> for GenericAtomIdent<Set>
Source§impl<Set: StaticAtomSet> Hash for GenericAtomIdent<Set>
impl<Set: StaticAtomSet> Hash for GenericAtomIdent<Set>
Source§impl<Set: StaticAtomSet> MallocSizeOf for GenericAtomIdent<Set>
impl<Set: StaticAtomSet> MallocSizeOf for GenericAtomIdent<Set>
Source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
Source§impl<Set: StaticAtomSet> PartialEq for GenericAtomIdent<Set>
impl<Set: StaticAtomSet> PartialEq for GenericAtomIdent<Set>
Source§impl<Set: StaticAtomSet> PrecomputedHash for GenericAtomIdent<Set>
impl<Set: StaticAtomSet> PrecomputedHash for GenericAtomIdent<Set>
Source§fn precomputed_hash(&self) -> u32
fn precomputed_hash(&self) -> u32
Return the precomputed hash for this item.
Source§impl<Set: StaticAtomSet> SpecifiedValueInfo for GenericAtomIdent<Set>
impl<Set: StaticAtomSet> SpecifiedValueInfo for GenericAtomIdent<Set>
Source§const SUPPORTED_TYPES: u8 = 0u8
const SUPPORTED_TYPES: u8 = 0u8
Supported CssTypes by the given value type. Read more