pub struct AddNodeStep { /* private fields */ }Expand description
添加节点的步骤
Implementations§
Trait Implementations§
Source§impl Clone for AddNodeStep
impl Clone for AddNodeStep
Source§fn clone(&self) -> AddNodeStep
fn clone(&self) -> AddNodeStep
Returns a copy of the value. Read more
1.0.0 · 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 AddNodeStep
impl Debug for AddNodeStep
Source§impl<'de> Deserialize<'de> for AddNodeStep
impl<'de> Deserialize<'de> for AddNodeStep
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 Serialize for AddNodeStep
impl Serialize for AddNodeStep
Source§impl Step for AddNodeStep
impl Step for AddNodeStep
fn apply( &self, dart: &mut Draft, schema: Arc<Schema>, ) -> Result<StepResult, TransformError>
fn to_concrete(&self) -> ConcreteStep
Auto Trait Implementations§
impl Freeze for AddNodeStep
impl RefUnwindSafe for AddNodeStep
impl Send for AddNodeStep
impl Sync for AddNodeStep
impl Unpin for AddNodeStep
impl UnwindSafe for AddNodeStep
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