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
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