pub struct PartialExtractor { /* private fields */ }Expand description
Partial value extractor for streaming with schema support.
Extracts partial values from incomplete JSON buffers, respecting
streaming annotations like @@stream.not_null and @@stream.done.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PartialExtractor
impl RefUnwindSafe for PartialExtractor
impl Send for PartialExtractor
impl Sync for PartialExtractor
impl Unpin for PartialExtractor
impl UnsafeUnpin for PartialExtractor
impl UnwindSafe for PartialExtractor
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