Struct simdjson_sys::bool_result
source · #[repr(C)]pub struct bool_result { /* private fields */ }Trait Implementations§
source§impl Clone for bool_result
impl Clone for bool_result
source§fn clone(&self) -> bool_result
fn clone(&self) -> bool_result
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for bool_result
impl Debug for bool_result
impl Copy for bool_result
Auto Trait Implementations§
impl RefUnwindSafe for bool_result
impl Send for bool_result
impl Sync for bool_result
impl Unpin for bool_result
impl UnwindSafe for bool_result
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