Struct json_syntax::Entry
source · [−]Expand description
Object entry.
Fields
key: Meta<Key, M>
value: Meta<Value<M>, M>
Implementations
Trait Implementations
sourceimpl<M: Ord> Ord for Entry<M>
impl<M: Ord> Ord for Entry<M>
sourceimpl<M: PartialOrd> PartialOrd<Entry<M>> for Entry<M>
impl<M: PartialOrd> PartialOrd<Entry<M>> for Entry<M>
sourcefn partial_cmp(&self, other: &Entry<M>) -> Option<Ordering>
fn partial_cmp(&self, other: &Entry<M>) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
sourceimpl<M> StrippedHash for Entry<M>
impl<M> StrippedHash for Entry<M>
fn stripped_hash<H: Hasher>(&self, state: &mut H)
sourceimpl<M> StrippedOrd for Entry<M>
impl<M> StrippedOrd for Entry<M>
fn stripped_cmp(&self, other: &Self) -> Ordering
sourceimpl<M> StrippedPartialEq<Entry<M>> for Entry<M>
impl<M> StrippedPartialEq<Entry<M>> for Entry<M>
fn stripped_eq(&self, other: &Self) -> bool
sourceimpl<M> StrippedPartialOrd<Entry<M>> for Entry<M>
impl<M> StrippedPartialOrd<Entry<M>> for Entry<M>
fn stripped_partial_cmp(&self, other: &Self) -> Option<Ordering>
impl<M: Eq> Eq for Entry<M>
impl<M> StrippedEq for Entry<M>
impl<M> StructuralEq for Entry<M>
impl<M> StructuralPartialEq for Entry<M>
Auto Trait Implementations
impl<M> RefUnwindSafe for Entry<M> where
M: RefUnwindSafe,
impl<M> Send for Entry<M> where
M: Send,
impl<M> Sync for Entry<M> where
M: Sync,
impl<M> Unpin for Entry<M> where
M: Unpin,
impl<M> UnwindSafe for Entry<M> where
M: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more