pub struct PatchStep {
    pub patches: Vec<Patch>,
}Fields§
§patches: Vec<Patch>Trait Implementations§
Source§impl<'de> Deserialize<'de> for PatchStep
 
impl<'de> Deserialize<'de> for PatchStep
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 PatchStep
 
impl Step for PatchStep
fn apply( &self, dart: &mut Draft, _: Arc<Schema>, ) -> Result<StepResult, TransformError>
fn to_concrete(&self) -> ConcreteStep
Auto Trait Implementations§
impl Freeze for PatchStep
impl RefUnwindSafe for PatchStep
impl Send for PatchStep
impl Sync for PatchStep
impl Unpin for PatchStep
impl UnwindSafe for PatchStep
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