Struct simdjson_rust::libsimdjson::ffi::ElementResult
source · #[repr(C)]pub struct ElementResult {
pub value: UniquePtr<element>,
pub code: i32,
}
Fields§
§value: UniquePtr<element>
§code: i32
Trait Implementations§
source§impl ExternType for ElementResult
impl ExternType for ElementResult
Auto Trait Implementations§
impl RefUnwindSafe for ElementResult
impl !Send for ElementResult
impl !Sync for ElementResult
impl Unpin for ElementResult
impl UnwindSafe for ElementResult
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