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