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