Struct json_syntax::Entry
source · [−]Expand description
Object entry.
Fields
key: Loc<Key, S, P>
value: Loc<Value<S, P>, S, P>
Implementations
Trait Implementations
sourceimpl<S: Ord, P: Ord> Ord for Entry<S, P>
impl<S: Ord, P: Ord> Ord for Entry<S, P>
sourceimpl<S: PartialOrd, P: PartialOrd> PartialOrd<Entry<S, P>> for Entry<S, P>
impl<S: PartialOrd, P: PartialOrd> PartialOrd<Entry<S, P>> for Entry<S, P>
sourcefn partial_cmp(&self, other: &Entry<S, P>) -> Option<Ordering>
fn partial_cmp(&self, other: &Entry<S, P>) -> 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<S, P> StrippedHash for Entry<S, P>
impl<S, P> StrippedHash for Entry<S, P>
fn stripped_hash<H: Hasher>(&self, state: &mut H)
sourceimpl<S, P> StrippedOrd for Entry<S, P>
impl<S, P> StrippedOrd for Entry<S, P>
fn stripped_cmp(&self, other: &Self) -> Ordering
sourceimpl<S, P> StrippedPartialEq<Entry<S, P>> for Entry<S, P>
impl<S, P> StrippedPartialEq<Entry<S, P>> for Entry<S, P>
fn stripped_eq(&self, other: &Self) -> bool
sourceimpl<S, P> StrippedPartialOrd<Entry<S, P>> for Entry<S, P>
impl<S, P> StrippedPartialOrd<Entry<S, P>> for Entry<S, P>
fn stripped_partial_cmp(&self, other: &Self) -> Option<Ordering>
impl<S: Eq, P: Eq> Eq for Entry<S, P>
impl<S, P> StrippedEq for Entry<S, P>
impl<S, P> StructuralEq for Entry<S, P>
impl<S, P> StructuralPartialEq for Entry<S, P>
Auto Trait Implementations
impl<S, P> RefUnwindSafe for Entry<S, P> where
P: RefUnwindSafe,
S: RefUnwindSafe,
impl<S, P> Send for Entry<S, P> where
P: Send,
S: Send,
impl<S, P> Sync for Entry<S, P> where
P: Sync,
S: Sync,
impl<S, P> Unpin for Entry<S, P> where
P: Unpin,
S: Unpin,
impl<S, P> UnwindSafe for Entry<S, P> where
P: UnwindSafe,
S: 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