pub struct JSONKeyValuePair<'input> { /* private fields */ }
Trait Implementations§
Source§impl<'input> Debug for JSONKeyValuePair<'input>
impl<'input> Debug for JSONKeyValuePair<'input>
Source§impl<'input> PartialEq for JSONKeyValuePair<'input>
impl<'input> PartialEq for JSONKeyValuePair<'input>
Source§fn eq(&self, other: &JSONKeyValuePair<'input>) -> bool
fn eq(&self, other: &JSONKeyValuePair<'input>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl<'input> StructuralPartialEq for JSONKeyValuePair<'input>
Auto Trait Implementations§
impl<'input> Freeze for JSONKeyValuePair<'input>
impl<'input> RefUnwindSafe for JSONKeyValuePair<'input>
impl<'input> Send for JSONKeyValuePair<'input>
impl<'input> Sync for JSONKeyValuePair<'input>
impl<'input> Unpin for JSONKeyValuePair<'input>
impl<'input> UnwindSafe for JSONKeyValuePair<'input>
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