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