pub struct TextKey(/* private fields */);Implementations§
Trait Implementations§
Source§impl ContainerIndex for TextKey
impl ContainerIndex for TextKey
impl Copy for TextKey
impl Eq for TextKey
Source§impl Ord for TextKey
impl Ord for TextKey
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 TextKey
impl PartialOrd for TextKey
Source§impl Serializable for TextKey
impl Serializable for TextKey
fn serialize(&self, s: &mut Serializer<'_>)
fn deserialize(&mut self, s: &mut Serializer<'_>)
fn serialized_size(&self) -> usize
Auto Trait Implementations§
impl Freeze for TextKey
impl RefUnwindSafe for TextKey
impl Send for TextKey
impl Sync for TextKey
impl Unpin for TextKey
impl UnsafeUnpin for TextKey
impl UnwindSafe for TextKey
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