Struct wakflo_core::step::StepEdge
source · pub struct StepEdge {
pub id: String,
pub target: String,
pub source: String,
pub style: Option<HashMap<String, String>>,
pub _type: Value,
}Expand description
StepFlow
Task contract represent an ant schema that takes in operators and actions to be performed on a dataset
Fields§
§id: StringName of the the schema
target: StringName of the the schema
source: StringName of the the schema
style: Option<HashMap<String, String>>Name of the the schema
_type: ValueTrait Implementations§
source§impl<'de> Deserialize<'de> for StepEdge
impl<'de> Deserialize<'de> for StepEdge
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 PartialEq for StepEdge
impl PartialEq for StepEdge
impl Eq for StepEdge
impl StructuralEq for StepEdge
impl StructuralPartialEq for StepEdge
Auto Trait Implementations§
impl RefUnwindSafe for StepEdge
impl Send for StepEdge
impl Sync for StepEdge
impl Unpin for StepEdge
impl UnwindSafe for StepEdge
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