Struct wfrs_model::Flow
source · pub struct Flow {
pub id: i32,
pub source_ref: i32,
pub target_ref: i32,
pub condition_expression: Option<ConditionExpression>,
}Fields§
§id: i32§source_ref: i32§target_ref: i32§condition_expression: Option<ConditionExpression>Trait Implementations§
source§impl Archive for Flowwhere
i32: Archive,
Option<ConditionExpression>: Archive,
impl Archive for Flowwhere i32: Archive, Option<ConditionExpression>: Archive,
§type Archived = ArchivedFlow
type Archived = ArchivedFlow
The archived representation of this type. Read more
§type Resolver = FlowResolver
type Resolver = FlowResolver
The resolver for this type. It must contain all the additional information from serializing
needed to make the archived type from the normal type.
source§impl<__D: Fallible + ?Sized> Deserialize<Flow, __D> for Archived<Flow>where
i32: Archive,
Archived<i32>: Deserialize<i32, __D>,
Option<ConditionExpression>: Archive,
Archived<Option<ConditionExpression>>: Deserialize<Option<ConditionExpression>, __D>,
impl<__D: Fallible + ?Sized> Deserialize<Flow, __D> for Archived<Flow>where i32: Archive, Archived<i32>: Deserialize<i32, __D>, Option<ConditionExpression>: Archive, Archived<Option<ConditionExpression>>: Deserialize<Option<ConditionExpression>, __D>,
source§impl PartialEq<ArchivedFlow> for Flowwhere
i32: Archive,
Option<ConditionExpression>: Archive,
Archived<i32>: PartialEq<i32>,
Archived<Option<ConditionExpression>>: PartialEq<Option<ConditionExpression>>,
impl PartialEq<ArchivedFlow> for Flowwhere i32: Archive, Option<ConditionExpression>: Archive, Archived<i32>: PartialEq<i32>, Archived<Option<ConditionExpression>>: PartialEq<Option<ConditionExpression>>,
source§fn eq(&self, other: &ArchivedFlow) -> bool
fn eq(&self, other: &ArchivedFlow) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialEq<Flow> for ArchivedFlowwhere
i32: Archive,
Option<ConditionExpression>: Archive,
Archived<i32>: PartialEq<i32>,
Archived<Option<ConditionExpression>>: PartialEq<Option<ConditionExpression>>,
impl PartialEq<Flow> for ArchivedFlowwhere i32: Archive, Option<ConditionExpression>: Archive, Archived<i32>: PartialEq<i32>, Archived<Option<ConditionExpression>>: PartialEq<Option<ConditionExpression>>,
source§impl PartialEq for Flow
impl PartialEq for Flow
source§impl<__S: Fallible + ?Sized> Serialize<__S> for Flowwhere
i32: Serialize<__S>,
Option<ConditionExpression>: Serialize<__S>,
impl<__S: Fallible + ?Sized> Serialize<__S> for Flowwhere i32: Serialize<__S>, Option<ConditionExpression>: Serialize<__S>,
impl StructuralPartialEq for Flow
Auto Trait Implementations§
impl RefUnwindSafe for Flow
impl Send for Flow
impl Sync for Flow
impl Unpin for Flow
impl UnwindSafe for Flow
Blanket Implementations§
source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
source§impl<T> ArchiveUnsized for Twhere
T: Archive,
impl<T> ArchiveUnsized for Twhere T: Archive,
§type Archived = <T as Archive>::Archived
type Archived = <T as Archive>::Archived
The archived counterpart of this type. Unlike
Archive, it may be unsized. Read more§type MetadataResolver = ()
type MetadataResolver = ()
The resolver for the metadata of this type. Read more
source§unsafe fn resolve_metadata(
&self,
_: usize,
_: <T as ArchiveUnsized>::MetadataResolver,
_: *mut <<T as ArchiveUnsized>::Archived as ArchivePointee>::ArchivedMetadata
)
unsafe fn resolve_metadata( &self, _: usize, _: <T as ArchiveUnsized>::MetadataResolver, _: *mut <<T as ArchiveUnsized>::Archived as ArchivePointee>::ArchivedMetadata )
Creates the archived version of the metadata for this value at the given position and writes
it to the given output. Read more
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
source§impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere W: DeserializeWith<F, T, D>, D: Fallible + ?Sized, F: ?Sized,
source§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
source§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Gets the layout of the type.