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