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