Struct simdjson_rust::libsimdjson::ffi::object
source · #[repr(C)]pub struct object { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for object
impl !Send for object
impl !Sync for object
impl !Unpin for object
impl UnwindSafe for object
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