Struct simdjson_sys::SJ_string_view
source · #[repr(C)]pub struct SJ_string_view {
pub data: *const c_char,
pub len: usize,
}Fields§
§data: *const c_char§len: usizeTrait Implementations§
source§impl Clone for SJ_string_view
impl Clone for SJ_string_view
source§fn clone(&self) -> SJ_string_view
fn clone(&self) -> SJ_string_view
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 SJ_string_view
impl Debug for SJ_string_view
impl Copy for SJ_string_view
Auto Trait Implementations§
impl RefUnwindSafe for SJ_string_view
impl !Send for SJ_string_view
impl !Sync for SJ_string_view
impl Unpin for SJ_string_view
impl UnwindSafe for SJ_string_view
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