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