Struct simdjson_sys::STD_string_view_result
source · #[repr(C)]pub struct STD_string_view_result { /* private fields */ }Trait Implementations§
source§impl Clone for STD_string_view_result
impl Clone for STD_string_view_result
source§fn clone(&self) -> STD_string_view_result
fn clone(&self) -> STD_string_view_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 STD_string_view_result
impl Debug for STD_string_view_result
impl Copy for STD_string_view_result
Auto Trait Implementations§
impl RefUnwindSafe for STD_string_view_result
impl Send for STD_string_view_result
impl Sync for STD_string_view_result
impl Unpin for STD_string_view_result
impl UnwindSafe for STD_string_view_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