pub struct BatchStep { /* private fields */ }
Expand description
批量操作步骤
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for BatchStep
impl<'de> Deserialize<'de> for BatchStep
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Step for BatchStep
impl Step for BatchStep
fn apply( &self, dart: &mut Draft, schema: Arc<Schema>, ) -> Result<StepResult, TransformError>
fn to_concrete(&self) -> ConcreteStep
Auto Trait Implementations§
impl Freeze for BatchStep
impl RefUnwindSafe for BatchStep
impl Send for BatchStep
impl Sync for BatchStep
impl Unpin for BatchStep
impl UnwindSafe for BatchStep
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