Expand description
A structure representing single key-value entry of a map output (used by either embedded JSON-like maps or YMaps).
Fields
key: *const c_charNull-terminated string representing an entry’s key component. Encoded as UTF-8.
value: YOutputA YOutput value representing containing variadic content that can be stored withing map’s
entry.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for YMapEntry
impl !Send for YMapEntry
impl !Sync for YMapEntry
impl Unpin for YMapEntry
impl !UnwindSafe for YMapEntry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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