#[repr(u8)]pub enum ArchivedTaskDefwhere
StartEventDef: Archive,
EndEventDef: Archive,
UserTaskDef: Archive,
ExclusiveGatewayDef: Archive,{
StartEvent(Archived<StartEventDef>),
EndEvent(Archived<EndEventDef>),
UserTask(Archived<UserTaskDef>),
ExclusiveGateway(Archived<ExclusiveGatewayDef>),
}Expand description
An archived TaskDef
Variants§
StartEvent(Archived<StartEventDef>)
The archived counterpart of TaskDef::StartEvent
Tuple Fields
§
0: Archived<StartEventDef>The archived counterpart of TaskDef::StartEvent::0
EndEvent(Archived<EndEventDef>)
The archived counterpart of TaskDef::EndEvent
Tuple Fields
§
0: Archived<EndEventDef>The archived counterpart of TaskDef::EndEvent::0
UserTask(Archived<UserTaskDef>)
The archived counterpart of TaskDef::UserTask
Tuple Fields
§
0: Archived<UserTaskDef>The archived counterpart of TaskDef::UserTask::0
ExclusiveGateway(Archived<ExclusiveGatewayDef>)
The archived counterpart of TaskDef::ExclusiveGateway
Tuple Fields
§
0: Archived<ExclusiveGatewayDef>The archived counterpart of TaskDef::ExclusiveGateway::0
Trait Implementations§
Source§impl Debug for ArchivedTaskDefwhere
StartEventDef: Archive,
EndEventDef: Archive,
UserTaskDef: Archive,
ExclusiveGatewayDef: Archive,
impl Debug for ArchivedTaskDefwhere
StartEventDef: Archive,
EndEventDef: Archive,
UserTaskDef: Archive,
ExclusiveGatewayDef: Archive,
Source§impl PartialEq<ArchivedTaskDef> for TaskDefwhere
StartEventDef: Archive,
EndEventDef: Archive,
UserTaskDef: Archive,
ExclusiveGatewayDef: Archive,
Archived<StartEventDef>: PartialEq<StartEventDef>,
Archived<EndEventDef>: PartialEq<EndEventDef>,
Archived<UserTaskDef>: PartialEq<UserTaskDef>,
Archived<ExclusiveGatewayDef>: PartialEq<ExclusiveGatewayDef>,
impl PartialEq<ArchivedTaskDef> for TaskDefwhere
StartEventDef: Archive,
EndEventDef: Archive,
UserTaskDef: Archive,
ExclusiveGatewayDef: Archive,
Archived<StartEventDef>: PartialEq<StartEventDef>,
Archived<EndEventDef>: PartialEq<EndEventDef>,
Archived<UserTaskDef>: PartialEq<UserTaskDef>,
Archived<ExclusiveGatewayDef>: PartialEq<ExclusiveGatewayDef>,
Source§impl PartialEq<TaskDef> for ArchivedTaskDefwhere
StartEventDef: Archive,
EndEventDef: Archive,
UserTaskDef: Archive,
ExclusiveGatewayDef: Archive,
Archived<StartEventDef>: PartialEq<StartEventDef>,
Archived<EndEventDef>: PartialEq<EndEventDef>,
Archived<UserTaskDef>: PartialEq<UserTaskDef>,
Archived<ExclusiveGatewayDef>: PartialEq<ExclusiveGatewayDef>,
impl PartialEq<TaskDef> for ArchivedTaskDefwhere
StartEventDef: Archive,
EndEventDef: Archive,
UserTaskDef: Archive,
ExclusiveGatewayDef: Archive,
Archived<StartEventDef>: PartialEq<StartEventDef>,
Archived<EndEventDef>: PartialEq<EndEventDef>,
Archived<UserTaskDef>: PartialEq<UserTaskDef>,
Archived<ExclusiveGatewayDef>: PartialEq<ExclusiveGatewayDef>,
Auto Trait Implementations§
impl Freeze for ArchivedTaskDef
impl RefUnwindSafe for ArchivedTaskDef
impl Send for ArchivedTaskDef
impl Sync for ArchivedTaskDef
impl !Unpin for ArchivedTaskDef
impl UnwindSafe for ArchivedTaskDef
Blanket Implementations§
Source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
Source§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> 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 F
impl<F, W, T, D> Deserialize<With<T, W>, D> for F
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.