pub enum TOMLKey<'a> {
Slice(&'a str),
Index(usize),
}
Variants§
Trait Implementations§
impl<'a> Eq for TOMLKey<'a>
impl<'a> StructuralPartialEq for TOMLKey<'a>
Auto Trait Implementations§
impl<'a> Freeze for TOMLKey<'a>
impl<'a> RefUnwindSafe for TOMLKey<'a>
impl<'a> Send for TOMLKey<'a>
impl<'a> Sync for TOMLKey<'a>
impl<'a> Unpin for TOMLKey<'a>
impl<'a> UnwindSafe for TOMLKey<'a>
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