pub struct SymbolKey(/* private fields */);Expand description
The key of a symbol in the symbols table.
The key is stored in a canonicalized form (uppercase) to make all lookups case-insensitive.
Trait Implementations§
Source§impl Ord for SymbolKey
impl Ord for SymbolKey
1.21.0 (const: unstable) · 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 PartialOrd for SymbolKey
impl PartialOrd for SymbolKey
impl Eq for SymbolKey
impl StructuralPartialEq for SymbolKey
Auto Trait Implementations§
impl Freeze for SymbolKey
impl RefUnwindSafe for SymbolKey
impl Send for SymbolKey
impl Sync for SymbolKey
impl Unpin for SymbolKey
impl UnsafeUnpin for SymbolKey
impl UnwindSafe for SymbolKey
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