Struct simdjson_rust::libsimdjson::ffi::padded_string
source · #[repr(C)]pub struct padded_string { /* private fields */ }
Trait Implementations§
source§impl ExternType for padded_string
impl ExternType for padded_string
impl UniquePtrTarget for padded_string
Auto Trait Implementations§
impl RefUnwindSafe for padded_string
impl !Send for padded_string
impl !Sync for padded_string
impl !Unpin for padded_string
impl UnwindSafe for padded_string
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