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