pub struct PlatformWorkflowEdge {
pub from: String,
pub to: String,
pub condition: String,
}Fields§
§from: String§to: String§condition: StringTrait Implementations§
Source§impl Clone for PlatformWorkflowEdge
impl Clone for PlatformWorkflowEdge
Source§fn clone(&self) -> PlatformWorkflowEdge
fn clone(&self) -> PlatformWorkflowEdge
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 PlatformWorkflowEdge
impl Debug for PlatformWorkflowEdge
Source§impl<'de> Deserialize<'de> for PlatformWorkflowEdge
impl<'de> Deserialize<'de> for PlatformWorkflowEdge
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformWorkflowEdge, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformWorkflowEdge, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PlatformWorkflowEdge
Source§impl PartialEq for PlatformWorkflowEdge
impl PartialEq for PlatformWorkflowEdge
Source§impl Serialize for PlatformWorkflowEdge
impl Serialize for PlatformWorkflowEdge
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for PlatformWorkflowEdge
Auto Trait Implementations§
impl Freeze for PlatformWorkflowEdge
impl RefUnwindSafe for PlatformWorkflowEdge
impl Send for PlatformWorkflowEdge
impl Sync for PlatformWorkflowEdge
impl Unpin for PlatformWorkflowEdge
impl UnsafeUnpin for PlatformWorkflowEdge
impl UnwindSafe for PlatformWorkflowEdge
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