pub struct SnapshotTransforms {
pub pipeline: Pipeline,
pub apply_opts: ApplyOpts,
}Expand description
Transform pipeline + apply options for interleaved snapshot sink writes.
Default is an identity pipeline with batch_size = 1 (no transform stage
dispatch; matches pre-transform behavior).
Fields§
§pipeline: Pipeline§apply_opts: ApplyOptsImplementations§
Trait Implementations§
Source§impl Clone for SnapshotTransforms
impl Clone for SnapshotTransforms
Source§fn clone(&self) -> SnapshotTransforms
fn clone(&self) -> SnapshotTransforms
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 SnapshotTransforms
impl Debug for SnapshotTransforms
Auto Trait Implementations§
impl !RefUnwindSafe for SnapshotTransforms
impl !UnwindSafe for SnapshotTransforms
impl Freeze for SnapshotTransforms
impl Send for SnapshotTransforms
impl Sync for SnapshotTransforms
impl Unpin for SnapshotTransforms
impl UnsafeUnpin for SnapshotTransforms
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