pub struct ObjectStoreJsonSource { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ObjectStoreJsonSource
impl Clone for ObjectStoreJsonSource
Source§fn clone(&self) -> ObjectStoreJsonSource
fn clone(&self) -> ObjectStoreJsonSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ObjectStoreJsonSource
impl Debug for ObjectStoreJsonSource
Source§impl Source for ObjectStoreJsonSource
impl Source for ObjectStoreJsonSource
fn source_name(&self) -> &str
fn read_batch( &self, pipeline: &Pipeline, checkpoint: Option<&str>, _context: &QueryContext, ) -> DataResult<PipelineBatch>
Auto Trait Implementations§
impl Freeze for ObjectStoreJsonSource
impl RefUnwindSafe for ObjectStoreJsonSource
impl Send for ObjectStoreJsonSource
impl Sync for ObjectStoreJsonSource
impl Unpin for ObjectStoreJsonSource
impl UnsafeUnpin for ObjectStoreJsonSource
impl UnwindSafe for ObjectStoreJsonSource
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