pub struct TomlKey<'s> { /* private fields */ }
Trait Implementations§
Source§impl<'s> Ord for TomlKey<'s>
impl<'s> Ord for TomlKey<'s>
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<'s> PartialOrd for TomlKey<'s>
impl<'s> PartialOrd for TomlKey<'s>
Source§impl WriteTomlKey for TomlKey<'_>
impl WriteTomlKey for TomlKey<'_>
impl<'s> Copy for TomlKey<'s>
impl<'s> Eq for TomlKey<'s>
impl<'s> StructuralPartialEq for TomlKey<'s>
Auto Trait Implementations§
impl<'s> Freeze for TomlKey<'s>
impl<'s> RefUnwindSafe for TomlKey<'s>
impl<'s> Send for TomlKey<'s>
impl<'s> Sync for TomlKey<'s>
impl<'s> Unpin for TomlKey<'s>
impl<'s> UnwindSafe for TomlKey<'s>
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToTomlKey for Twhere
T: WriteTomlKey + ?Sized,
impl<T> ToTomlKey for Twhere
T: WriteTomlKey + ?Sized,
Source§fn to_toml_key(&self) -> String
fn to_toml_key(&self) -> String
Available on crate feature
alloc
only.Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes