pub struct FileJsonLineSource { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for FileJsonLineSource
impl Clone for FileJsonLineSource
Source§fn clone(&self) -> FileJsonLineSource
fn clone(&self) -> FileJsonLineSource
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 FileJsonLineSource
impl Debug for FileJsonLineSource
Source§impl Source for FileJsonLineSource
impl Source for FileJsonLineSource
fn source_name(&self) -> &str
fn read_batch( &self, pipeline: &Pipeline, checkpoint: Option<&str>, _context: &QueryContext, ) -> DataResult<PipelineBatch>
Auto Trait Implementations§
impl Freeze for FileJsonLineSource
impl RefUnwindSafe for FileJsonLineSource
impl Send for FileJsonLineSource
impl Sync for FileJsonLineSource
impl Unpin for FileJsonLineSource
impl UnsafeUnpin for FileJsonLineSource
impl UnwindSafe for FileJsonLineSource
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