#[repr(C)]pub struct _json_object_entry {
pub name: *mut c_char,
pub name_length: c_uint,
pub value: *mut _json_value,
}Fields§
§name: *mut c_char§name_length: c_uint§value: *mut _json_valueTrait Implementations§
Source§impl Clone for _json_object_entry
impl Clone for _json_object_entry
Source§impl Debug for _json_object_entry
impl Debug for _json_object_entry
impl Copy for _json_object_entry
Auto Trait Implementations§
impl Freeze for _json_object_entry
impl RefUnwindSafe for _json_object_entry
impl !Send for _json_object_entry
impl !Sync for _json_object_entry
impl Unpin for _json_object_entry
impl UnwindSafe for _json_object_entry
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