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