pub struct ReceiveTask {Show 23 fields
pub id: Option<Id>,
pub documentations: Vec<Documentation>,
pub extension_elements: Option<ExtensionElements>,
pub name: Option<String>,
pub auditing: Option<Auditing>,
pub monitoring: Option<Monitoring>,
pub category_value_refs: Vec<String>,
pub incomings: Vec<String>,
pub outgoings: Vec<String>,
pub is_for_compensation: Option<bool>,
pub start_quantity: Option<Integer>,
pub completion_quantity: Option<Integer>,
pub default: Option<String>,
pub io_specification: Option<InputOutputSpecification>,
pub properties: Vec<Property>,
pub data_input_associations: Vec<DataInputAssociation>,
pub data_output_associations: Vec<DataOutputAssociation>,
pub resource_roles: Vec<ResourceRole>,
pub loop_characteristics: Option<LoopCharacteristics>,
pub implementation: Option<String>,
pub instantiate: Option<bool>,
pub message_ref: Option<String>,
pub operation_ref: Option<String>,
}Expand description
Auto-generated from BPNM schema
(See codegen-rust.xsl)
Fields§
§id: Option<Id>§documentations: Vec<Documentation>§extension_elements: Option<ExtensionElements>§name: Option<String>§auditing: Option<Auditing>§monitoring: Option<Monitoring>§category_value_refs: Vec<String>§incomings: Vec<String>§outgoings: Vec<String>§is_for_compensation: Option<bool>§start_quantity: Option<Integer>§completion_quantity: Option<Integer>§default: Option<String>§io_specification: Option<InputOutputSpecification>§properties: Vec<Property>§data_input_associations: Vec<DataInputAssociation>§data_output_associations: Vec<DataOutputAssociation>§resource_roles: Vec<ResourceRole>§loop_characteristics: Option<LoopCharacteristics>§implementation: Option<String>§instantiate: Option<bool>§message_ref: Option<String>§operation_ref: Option<String>Trait Implementations§
Source§impl ActivityType for ReceiveTask
impl ActivityType for ReceiveTask
Source§fn completion_quantity(&self) -> &Option<Integer>
fn completion_quantity(&self) -> &Option<Integer>
Get value of attribute
completionQuantitySource§fn resource_roles(&self) -> &Vec<ResourceRole>
fn resource_roles(&self) -> &Vec<ResourceRole>
Get value of
resourceRole childSource§fn is_for_compensation(&self) -> &Option<bool>
fn is_for_compensation(&self) -> &Option<bool>
Get value of attribute
isForCompensationSource§fn loop_characteristics(&self) -> &Option<LoopCharacteristics>
fn loop_characteristics(&self) -> &Option<LoopCharacteristics>
Get value of
loopCharacteristics childSource§fn io_specification(&self) -> &Option<InputOutputSpecification>
fn io_specification(&self) -> &Option<InputOutputSpecification>
Get value of
ioSpecification childSource§fn start_quantity(&self) -> &Option<Integer>
fn start_quantity(&self) -> &Option<Integer>
Get value of attribute
startQuantitySource§fn data_output_associations(&self) -> &Vec<DataOutputAssociation>
fn data_output_associations(&self) -> &Vec<DataOutputAssociation>
Get value of
dataOutputAssociation childSource§fn properties(&self) -> &Vec<Property>
fn properties(&self) -> &Vec<Property>
Get value of
property childSource§fn data_input_associations(&self) -> &Vec<DataInputAssociation>
fn data_input_associations(&self) -> &Vec<DataInputAssociation>
Get value of
dataInputAssociation childSource§impl ActivityTypeMut for ReceiveTask
impl ActivityTypeMut for ReceiveTask
Source§fn io_specification_mut(&mut self) -> &mut Option<InputOutputSpecification>
fn io_specification_mut(&mut self) -> &mut Option<InputOutputSpecification>
Get a mutable value of
ioSpecification childSource§fn set_io_specification(&mut self, v: Option<InputOutputSpecification>)
fn set_io_specification(&mut self, v: Option<InputOutputSpecification>)
Set value of
ioSpecification childSource§fn set_start_quantity(&mut self, v: Option<Integer>)
fn set_start_quantity(&mut self, v: Option<Integer>)
Set value of attribute
startQuantitySource§fn set_data_input_associations(&mut self, v: Vec<DataInputAssociation>)
fn set_data_input_associations(&mut self, v: Vec<DataInputAssociation>)
Set value of
dataInputAssociation childSource§fn data_input_associations_mut(&mut self) -> &mut Vec<DataInputAssociation>
fn data_input_associations_mut(&mut self) -> &mut Vec<DataInputAssociation>
Get a mutable value of
dataInputAssociation childSource§fn data_output_associations_mut(&mut self) -> &mut Vec<DataOutputAssociation>
fn data_output_associations_mut(&mut self) -> &mut Vec<DataOutputAssociation>
Get a mutable value of
dataOutputAssociation childSource§fn set_data_output_associations(&mut self, v: Vec<DataOutputAssociation>)
fn set_data_output_associations(&mut self, v: Vec<DataOutputAssociation>)
Set value of
dataOutputAssociation childSource§fn set_resource_roles(&mut self, v: Vec<ResourceRole>)
fn set_resource_roles(&mut self, v: Vec<ResourceRole>)
Set value of
resourceRole childSource§fn resource_roles_mut(&mut self) -> &mut Vec<ResourceRole>
fn resource_roles_mut(&mut self) -> &mut Vec<ResourceRole>
Get a mutable value of
resourceRole childSource§fn set_default(&mut self, v: Option<String>)
fn set_default(&mut self, v: Option<String>)
Set value of attribute
defaultSource§fn set_completion_quantity(&mut self, v: Option<Integer>)
fn set_completion_quantity(&mut self, v: Option<Integer>)
Set value of attribute
completionQuantitySource§fn loop_characteristics_mut(&mut self) -> &mut Option<LoopCharacteristics>
fn loop_characteristics_mut(&mut self) -> &mut Option<LoopCharacteristics>
Get a mutable value of
loopCharacteristics childSource§fn set_loop_characteristics(&mut self, v: Option<LoopCharacteristics>)
fn set_loop_characteristics(&mut self, v: Option<LoopCharacteristics>)
Set value of
loopCharacteristics childSource§fn set_is_for_compensation(&mut self, v: Option<bool>)
fn set_is_for_compensation(&mut self, v: Option<bool>)
Set value of attribute
isForCompensationSource§fn properties_mut(&mut self) -> &mut Vec<Property>
fn properties_mut(&mut self) -> &mut Vec<Property>
Get a mutable value of
property childSource§fn set_properties(&mut self, v: Vec<Property>)
fn set_properties(&mut self, v: Vec<Property>)
Set value of
property childSource§impl BaseElementType for ReceiveTask
impl BaseElementType for ReceiveTask
Source§fn documentations(&self) -> &Vec<Documentation>
fn documentations(&self) -> &Vec<Documentation>
Get value of
documentation childSource§fn extension_elements(&self) -> &Option<ExtensionElements>
fn extension_elements(&self) -> &Option<ExtensionElements>
Get value of
extensionElements childSource§impl BaseElementTypeMut for ReceiveTask
impl BaseElementTypeMut for ReceiveTask
Source§fn set_documentations(&mut self, v: Vec<Documentation>)
fn set_documentations(&mut self, v: Vec<Documentation>)
Set value of
documentation childSource§fn documentations_mut(&mut self) -> &mut Vec<Documentation>
fn documentations_mut(&mut self) -> &mut Vec<Documentation>
Get a mutable value of
documentation childSource§fn set_extension_elements(&mut self, v: Option<ExtensionElements>)
fn set_extension_elements(&mut self, v: Option<ExtensionElements>)
Set value of
extensionElements childSource§fn extension_elements_mut(&mut self) -> &mut Option<ExtensionElements>
fn extension_elements_mut(&mut self) -> &mut Option<ExtensionElements>
Get a mutable value of
extensionElements childSource§impl Cast<dyn ActivityType> for ReceiveTask
impl Cast<dyn ActivityType> for ReceiveTask
fn cast(&self) -> Option<&(dyn ActivityType + 'static)>
fn cast_mut(&mut self) -> Option<&mut (dyn ActivityType + 'static)>
Source§impl Cast<dyn ActivityTypeMut> for ReceiveTask
impl Cast<dyn ActivityTypeMut> for ReceiveTask
fn cast(&self) -> Option<&(dyn ActivityTypeMut + 'static)>
fn cast_mut(&mut self) -> Option<&mut (dyn ActivityTypeMut + 'static)>
Source§impl Cast<dyn AdHocSubProcessType> for ReceiveTask
impl Cast<dyn AdHocSubProcessType> for ReceiveTask
Source§impl Cast<dyn AdHocSubProcessTypeMut> for ReceiveTask
impl Cast<dyn AdHocSubProcessTypeMut> for ReceiveTask
Source§impl Cast<dyn ArtifactType> for ReceiveTask
impl Cast<dyn ArtifactType> for ReceiveTask
Source§impl Cast<dyn ArtifactTypeMut> for ReceiveTask
impl Cast<dyn ArtifactTypeMut> for ReceiveTask
Source§impl Cast<dyn AssignmentType> for ReceiveTask
impl Cast<dyn AssignmentType> for ReceiveTask
Source§impl Cast<dyn AssignmentTypeMut> for ReceiveTask
impl Cast<dyn AssignmentTypeMut> for ReceiveTask
Source§impl Cast<dyn AssociationType> for ReceiveTask
impl Cast<dyn AssociationType> for ReceiveTask
Source§impl Cast<dyn AssociationTypeMut> for ReceiveTask
impl Cast<dyn AssociationTypeMut> for ReceiveTask
Source§impl Cast<dyn AuditingType> for ReceiveTask
impl Cast<dyn AuditingType> for ReceiveTask
Source§impl Cast<dyn AuditingTypeMut> for ReceiveTask
impl Cast<dyn AuditingTypeMut> for ReceiveTask
Source§impl Cast<dyn BaseElementType> for ReceiveTask
impl Cast<dyn BaseElementType> for ReceiveTask
fn cast(&self) -> Option<&(dyn BaseElementType + 'static)>
fn cast_mut(&mut self) -> Option<&mut (dyn BaseElementType + 'static)>
Source§impl Cast<dyn BaseElementTypeMut> for ReceiveTask
impl Cast<dyn BaseElementTypeMut> for ReceiveTask
fn cast(&self) -> Option<&(dyn BaseElementTypeMut + 'static)>
fn cast_mut(&mut self) -> Option<&mut (dyn BaseElementTypeMut + 'static)>
Source§impl Cast<dyn BaseElementWithMixedContentType> for ReceiveTask
impl Cast<dyn BaseElementWithMixedContentType> for ReceiveTask
Source§impl Cast<dyn BaseElementWithMixedContentTypeMut> for ReceiveTask
impl Cast<dyn BaseElementWithMixedContentTypeMut> for ReceiveTask
Source§impl Cast<dyn BoundaryEventType> for ReceiveTask
impl Cast<dyn BoundaryEventType> for ReceiveTask
Source§impl Cast<dyn BoundaryEventTypeMut> for ReceiveTask
impl Cast<dyn BoundaryEventTypeMut> for ReceiveTask
Source§impl Cast<dyn BusinessRuleTaskType> for ReceiveTask
impl Cast<dyn BusinessRuleTaskType> for ReceiveTask
Source§impl Cast<dyn BusinessRuleTaskTypeMut> for ReceiveTask
impl Cast<dyn BusinessRuleTaskTypeMut> for ReceiveTask
Source§impl Cast<dyn CallActivityType> for ReceiveTask
impl Cast<dyn CallActivityType> for ReceiveTask
Source§impl Cast<dyn CallActivityTypeMut> for ReceiveTask
impl Cast<dyn CallActivityTypeMut> for ReceiveTask
Source§impl Cast<dyn CallChoreographyType> for ReceiveTask
impl Cast<dyn CallChoreographyType> for ReceiveTask
Source§impl Cast<dyn CallChoreographyTypeMut> for ReceiveTask
impl Cast<dyn CallChoreographyTypeMut> for ReceiveTask
Source§impl Cast<dyn CallConversationType> for ReceiveTask
impl Cast<dyn CallConversationType> for ReceiveTask
Source§impl Cast<dyn CallConversationTypeMut> for ReceiveTask
impl Cast<dyn CallConversationTypeMut> for ReceiveTask
Source§impl Cast<dyn CallableElementType> for ReceiveTask
impl Cast<dyn CallableElementType> for ReceiveTask
Source§impl Cast<dyn CallableElementTypeMut> for ReceiveTask
impl Cast<dyn CallableElementTypeMut> for ReceiveTask
Source§impl Cast<dyn CancelEventDefinitionType> for ReceiveTask
impl Cast<dyn CancelEventDefinitionType> for ReceiveTask
Source§impl Cast<dyn CancelEventDefinitionTypeMut> for ReceiveTask
impl Cast<dyn CancelEventDefinitionTypeMut> for ReceiveTask
Source§impl Cast<dyn CatchEventType> for ReceiveTask
impl Cast<dyn CatchEventType> for ReceiveTask
Source§impl Cast<dyn CatchEventTypeMut> for ReceiveTask
impl Cast<dyn CatchEventTypeMut> for ReceiveTask
Source§impl Cast<dyn CategoryType> for ReceiveTask
impl Cast<dyn CategoryType> for ReceiveTask
Source§impl Cast<dyn CategoryTypeMut> for ReceiveTask
impl Cast<dyn CategoryTypeMut> for ReceiveTask
Source§impl Cast<dyn CategoryValueType> for ReceiveTask
impl Cast<dyn CategoryValueType> for ReceiveTask
Source§impl Cast<dyn CategoryValueTypeMut> for ReceiveTask
impl Cast<dyn CategoryValueTypeMut> for ReceiveTask
Source§impl Cast<dyn ChoreographyActivityType> for ReceiveTask
impl Cast<dyn ChoreographyActivityType> for ReceiveTask
Source§impl Cast<dyn ChoreographyActivityTypeMut> for ReceiveTask
impl Cast<dyn ChoreographyActivityTypeMut> for ReceiveTask
Source§impl Cast<dyn ChoreographyTaskType> for ReceiveTask
impl Cast<dyn ChoreographyTaskType> for ReceiveTask
Source§impl Cast<dyn ChoreographyTaskTypeMut> for ReceiveTask
impl Cast<dyn ChoreographyTaskTypeMut> for ReceiveTask
Source§impl Cast<dyn ChoreographyType> for ReceiveTask
impl Cast<dyn ChoreographyType> for ReceiveTask
Source§impl Cast<dyn ChoreographyTypeMut> for ReceiveTask
impl Cast<dyn ChoreographyTypeMut> for ReceiveTask
Source§impl Cast<dyn CollaborationType> for ReceiveTask
impl Cast<dyn CollaborationType> for ReceiveTask
Source§impl Cast<dyn CollaborationTypeMut> for ReceiveTask
impl Cast<dyn CollaborationTypeMut> for ReceiveTask
Source§impl Cast<dyn CompensateEventDefinitionType> for ReceiveTask
impl Cast<dyn CompensateEventDefinitionType> for ReceiveTask
Source§impl Cast<dyn CompensateEventDefinitionTypeMut> for ReceiveTask
impl Cast<dyn CompensateEventDefinitionTypeMut> for ReceiveTask
Source§impl Cast<dyn ComplexBehaviorDefinitionType> for ReceiveTask
impl Cast<dyn ComplexBehaviorDefinitionType> for ReceiveTask
Source§impl Cast<dyn ComplexBehaviorDefinitionTypeMut> for ReceiveTask
impl Cast<dyn ComplexBehaviorDefinitionTypeMut> for ReceiveTask
Source§impl Cast<dyn ComplexGatewayType> for ReceiveTask
impl Cast<dyn ComplexGatewayType> for ReceiveTask
Source§impl Cast<dyn ComplexGatewayTypeMut> for ReceiveTask
impl Cast<dyn ComplexGatewayTypeMut> for ReceiveTask
Source§impl Cast<dyn ConditionalEventDefinitionType> for ReceiveTask
impl Cast<dyn ConditionalEventDefinitionType> for ReceiveTask
Source§impl Cast<dyn ConditionalEventDefinitionTypeMut> for ReceiveTask
impl Cast<dyn ConditionalEventDefinitionTypeMut> for ReceiveTask
Source§impl Cast<dyn ConversationAssociationType> for ReceiveTask
impl Cast<dyn ConversationAssociationType> for ReceiveTask
Source§impl Cast<dyn ConversationAssociationTypeMut> for ReceiveTask
impl Cast<dyn ConversationAssociationTypeMut> for ReceiveTask
Source§impl Cast<dyn ConversationLinkType> for ReceiveTask
impl Cast<dyn ConversationLinkType> for ReceiveTask
Source§impl Cast<dyn ConversationLinkTypeMut> for ReceiveTask
impl Cast<dyn ConversationLinkTypeMut> for ReceiveTask
Source§impl Cast<dyn ConversationNodeType> for ReceiveTask
impl Cast<dyn ConversationNodeType> for ReceiveTask
Source§impl Cast<dyn ConversationNodeTypeMut> for ReceiveTask
impl Cast<dyn ConversationNodeTypeMut> for ReceiveTask
Source§impl Cast<dyn ConversationType> for ReceiveTask
impl Cast<dyn ConversationType> for ReceiveTask
Source§impl Cast<dyn ConversationTypeMut> for ReceiveTask
impl Cast<dyn ConversationTypeMut> for ReceiveTask
Source§impl Cast<dyn CorrelationKeyType> for ReceiveTask
impl Cast<dyn CorrelationKeyType> for ReceiveTask
Source§impl Cast<dyn CorrelationKeyTypeMut> for ReceiveTask
impl Cast<dyn CorrelationKeyTypeMut> for ReceiveTask
Source§impl Cast<dyn CorrelationPropertyBindingType> for ReceiveTask
impl Cast<dyn CorrelationPropertyBindingType> for ReceiveTask
Source§impl Cast<dyn CorrelationPropertyBindingTypeMut> for ReceiveTask
impl Cast<dyn CorrelationPropertyBindingTypeMut> for ReceiveTask
Source§impl Cast<dyn CorrelationPropertyRetrievalExpressionType> for ReceiveTask
impl Cast<dyn CorrelationPropertyRetrievalExpressionType> for ReceiveTask
Source§impl Cast<dyn CorrelationPropertyType> for ReceiveTask
impl Cast<dyn CorrelationPropertyType> for ReceiveTask
Source§impl Cast<dyn CorrelationPropertyTypeMut> for ReceiveTask
impl Cast<dyn CorrelationPropertyTypeMut> for ReceiveTask
Source§impl Cast<dyn CorrelationSubscriptionType> for ReceiveTask
impl Cast<dyn CorrelationSubscriptionType> for ReceiveTask
Source§impl Cast<dyn CorrelationSubscriptionTypeMut> for ReceiveTask
impl Cast<dyn CorrelationSubscriptionTypeMut> for ReceiveTask
Source§impl Cast<dyn DataAssociationType> for ReceiveTask
impl Cast<dyn DataAssociationType> for ReceiveTask
Source§impl Cast<dyn DataAssociationTypeMut> for ReceiveTask
impl Cast<dyn DataAssociationTypeMut> for ReceiveTask
Source§impl Cast<dyn DataInputAssociationType> for ReceiveTask
impl Cast<dyn DataInputAssociationType> for ReceiveTask
Source§impl Cast<dyn DataInputAssociationTypeMut> for ReceiveTask
impl Cast<dyn DataInputAssociationTypeMut> for ReceiveTask
Source§impl Cast<dyn DataInputType> for ReceiveTask
impl Cast<dyn DataInputType> for ReceiveTask
Source§impl Cast<dyn DataInputTypeMut> for ReceiveTask
impl Cast<dyn DataInputTypeMut> for ReceiveTask
Source§impl Cast<dyn DataObjectReferenceType> for ReceiveTask
impl Cast<dyn DataObjectReferenceType> for ReceiveTask
Source§impl Cast<dyn DataObjectReferenceTypeMut> for ReceiveTask
impl Cast<dyn DataObjectReferenceTypeMut> for ReceiveTask
Source§impl Cast<dyn DataObjectType> for ReceiveTask
impl Cast<dyn DataObjectType> for ReceiveTask
Source§impl Cast<dyn DataObjectTypeMut> for ReceiveTask
impl Cast<dyn DataObjectTypeMut> for ReceiveTask
Source§impl Cast<dyn DataOutputAssociationType> for ReceiveTask
impl Cast<dyn DataOutputAssociationType> for ReceiveTask
Source§impl Cast<dyn DataOutputAssociationTypeMut> for ReceiveTask
impl Cast<dyn DataOutputAssociationTypeMut> for ReceiveTask
Source§impl Cast<dyn DataOutputType> for ReceiveTask
impl Cast<dyn DataOutputType> for ReceiveTask
Source§impl Cast<dyn DataOutputTypeMut> for ReceiveTask
impl Cast<dyn DataOutputTypeMut> for ReceiveTask
Source§impl Cast<dyn DataStateType> for ReceiveTask
impl Cast<dyn DataStateType> for ReceiveTask
Source§impl Cast<dyn DataStateTypeMut> for ReceiveTask
impl Cast<dyn DataStateTypeMut> for ReceiveTask
Source§impl Cast<dyn DataStoreReferenceType> for ReceiveTask
impl Cast<dyn DataStoreReferenceType> for ReceiveTask
Source§impl Cast<dyn DataStoreReferenceTypeMut> for ReceiveTask
impl Cast<dyn DataStoreReferenceTypeMut> for ReceiveTask
Source§impl Cast<dyn DataStoreType> for ReceiveTask
impl Cast<dyn DataStoreType> for ReceiveTask
Source§impl Cast<dyn DataStoreTypeMut> for ReceiveTask
impl Cast<dyn DataStoreTypeMut> for ReceiveTask
Source§impl Cast<dyn DefinitionsType> for ReceiveTask
impl Cast<dyn DefinitionsType> for ReceiveTask
Source§impl Cast<dyn DefinitionsTypeMut> for ReceiveTask
impl Cast<dyn DefinitionsTypeMut> for ReceiveTask
Source§impl Cast<dyn DocumentationType> for ReceiveTask
impl Cast<dyn DocumentationType> for ReceiveTask
Source§impl Cast<dyn DocumentationTypeMut> for ReceiveTask
impl Cast<dyn DocumentationTypeMut> for ReceiveTask
Source§impl Cast<dyn EndEventType> for ReceiveTask
impl Cast<dyn EndEventType> for ReceiveTask
Source§impl Cast<dyn EndEventTypeMut> for ReceiveTask
impl Cast<dyn EndEventTypeMut> for ReceiveTask
Source§impl Cast<dyn EndPointType> for ReceiveTask
impl Cast<dyn EndPointType> for ReceiveTask
Source§impl Cast<dyn EndPointTypeMut> for ReceiveTask
impl Cast<dyn EndPointTypeMut> for ReceiveTask
Source§impl Cast<dyn ErrorEventDefinitionType> for ReceiveTask
impl Cast<dyn ErrorEventDefinitionType> for ReceiveTask
Source§impl Cast<dyn ErrorEventDefinitionTypeMut> for ReceiveTask
impl Cast<dyn ErrorEventDefinitionTypeMut> for ReceiveTask
Source§impl Cast<dyn ErrorType> for ReceiveTask
impl Cast<dyn ErrorType> for ReceiveTask
Source§impl Cast<dyn ErrorTypeMut> for ReceiveTask
impl Cast<dyn ErrorTypeMut> for ReceiveTask
Source§impl Cast<dyn EscalationEventDefinitionType> for ReceiveTask
impl Cast<dyn EscalationEventDefinitionType> for ReceiveTask
Source§impl Cast<dyn EscalationEventDefinitionTypeMut> for ReceiveTask
impl Cast<dyn EscalationEventDefinitionTypeMut> for ReceiveTask
Source§impl Cast<dyn EscalationType> for ReceiveTask
impl Cast<dyn EscalationType> for ReceiveTask
Source§impl Cast<dyn EscalationTypeMut> for ReceiveTask
impl Cast<dyn EscalationTypeMut> for ReceiveTask
Source§impl Cast<dyn EventBasedGatewayType> for ReceiveTask
impl Cast<dyn EventBasedGatewayType> for ReceiveTask
Source§impl Cast<dyn EventBasedGatewayTypeMut> for ReceiveTask
impl Cast<dyn EventBasedGatewayTypeMut> for ReceiveTask
Source§impl Cast<dyn EventDefinitionType> for ReceiveTask
impl Cast<dyn EventDefinitionType> for ReceiveTask
Source§impl Cast<dyn EventDefinitionTypeMut> for ReceiveTask
impl Cast<dyn EventDefinitionTypeMut> for ReceiveTask
Source§impl Cast<dyn EventType> for ReceiveTask
impl Cast<dyn EventType> for ReceiveTask
Source§impl Cast<dyn EventTypeMut> for ReceiveTask
impl Cast<dyn EventTypeMut> for ReceiveTask
Source§impl Cast<dyn ExclusiveGatewayType> for ReceiveTask
impl Cast<dyn ExclusiveGatewayType> for ReceiveTask
Source§impl Cast<dyn ExclusiveGatewayTypeMut> for ReceiveTask
impl Cast<dyn ExclusiveGatewayTypeMut> for ReceiveTask
Source§impl Cast<dyn ExpressionType> for ReceiveTask
impl Cast<dyn ExpressionType> for ReceiveTask
Source§impl Cast<dyn ExpressionTypeMut> for ReceiveTask
impl Cast<dyn ExpressionTypeMut> for ReceiveTask
Source§impl Cast<dyn ExtensionElementsType> for ReceiveTask
impl Cast<dyn ExtensionElementsType> for ReceiveTask
Source§impl Cast<dyn ExtensionElementsTypeMut> for ReceiveTask
impl Cast<dyn ExtensionElementsTypeMut> for ReceiveTask
Source§impl Cast<dyn ExtensionType> for ReceiveTask
impl Cast<dyn ExtensionType> for ReceiveTask
Source§impl Cast<dyn ExtensionTypeMut> for ReceiveTask
impl Cast<dyn ExtensionTypeMut> for ReceiveTask
Source§impl Cast<dyn FlowElementType> for ReceiveTask
impl Cast<dyn FlowElementType> for ReceiveTask
fn cast(&self) -> Option<&(dyn FlowElementType + 'static)>
fn cast_mut(&mut self) -> Option<&mut (dyn FlowElementType + 'static)>
Source§impl Cast<dyn FlowElementTypeMut> for ReceiveTask
impl Cast<dyn FlowElementTypeMut> for ReceiveTask
fn cast(&self) -> Option<&(dyn FlowElementTypeMut + 'static)>
fn cast_mut(&mut self) -> Option<&mut (dyn FlowElementTypeMut + 'static)>
Source§impl Cast<dyn FlowNodeType> for ReceiveTask
impl Cast<dyn FlowNodeType> for ReceiveTask
fn cast(&self) -> Option<&(dyn FlowNodeType + 'static)>
fn cast_mut(&mut self) -> Option<&mut (dyn FlowNodeType + 'static)>
Source§impl Cast<dyn FlowNodeTypeMut> for ReceiveTask
impl Cast<dyn FlowNodeTypeMut> for ReceiveTask
fn cast(&self) -> Option<&(dyn FlowNodeTypeMut + 'static)>
fn cast_mut(&mut self) -> Option<&mut (dyn FlowNodeTypeMut + 'static)>
Source§impl Cast<dyn FormalExpressionType> for ReceiveTask
impl Cast<dyn FormalExpressionType> for ReceiveTask
Source§impl Cast<dyn FormalExpressionTypeMut> for ReceiveTask
impl Cast<dyn FormalExpressionTypeMut> for ReceiveTask
Source§impl Cast<dyn GatewayType> for ReceiveTask
impl Cast<dyn GatewayType> for ReceiveTask
Source§impl Cast<dyn GatewayTypeMut> for ReceiveTask
impl Cast<dyn GatewayTypeMut> for ReceiveTask
Source§impl Cast<dyn GlobalBusinessRuleTaskType> for ReceiveTask
impl Cast<dyn GlobalBusinessRuleTaskType> for ReceiveTask
Source§impl Cast<dyn GlobalBusinessRuleTaskTypeMut> for ReceiveTask
impl Cast<dyn GlobalBusinessRuleTaskTypeMut> for ReceiveTask
Source§impl Cast<dyn GlobalChoreographyTaskType> for ReceiveTask
impl Cast<dyn GlobalChoreographyTaskType> for ReceiveTask
Source§impl Cast<dyn GlobalChoreographyTaskTypeMut> for ReceiveTask
impl Cast<dyn GlobalChoreographyTaskTypeMut> for ReceiveTask
Source§impl Cast<dyn GlobalConversationType> for ReceiveTask
impl Cast<dyn GlobalConversationType> for ReceiveTask
Source§impl Cast<dyn GlobalConversationTypeMut> for ReceiveTask
impl Cast<dyn GlobalConversationTypeMut> for ReceiveTask
Source§impl Cast<dyn GlobalManualTaskType> for ReceiveTask
impl Cast<dyn GlobalManualTaskType> for ReceiveTask
Source§impl Cast<dyn GlobalManualTaskTypeMut> for ReceiveTask
impl Cast<dyn GlobalManualTaskTypeMut> for ReceiveTask
Source§impl Cast<dyn GlobalScriptTaskType> for ReceiveTask
impl Cast<dyn GlobalScriptTaskType> for ReceiveTask
Source§impl Cast<dyn GlobalScriptTaskTypeMut> for ReceiveTask
impl Cast<dyn GlobalScriptTaskTypeMut> for ReceiveTask
Source§impl Cast<dyn GlobalTaskType> for ReceiveTask
impl Cast<dyn GlobalTaskType> for ReceiveTask
Source§impl Cast<dyn GlobalTaskTypeMut> for ReceiveTask
impl Cast<dyn GlobalTaskTypeMut> for ReceiveTask
Source§impl Cast<dyn GlobalUserTaskType> for ReceiveTask
impl Cast<dyn GlobalUserTaskType> for ReceiveTask
Source§impl Cast<dyn GlobalUserTaskTypeMut> for ReceiveTask
impl Cast<dyn GlobalUserTaskTypeMut> for ReceiveTask
Source§impl Cast<dyn GroupType> for ReceiveTask
impl Cast<dyn GroupType> for ReceiveTask
Source§impl Cast<dyn GroupTypeMut> for ReceiveTask
impl Cast<dyn GroupTypeMut> for ReceiveTask
Source§impl Cast<dyn HumanPerformerType> for ReceiveTask
impl Cast<dyn HumanPerformerType> for ReceiveTask
Source§impl Cast<dyn HumanPerformerTypeMut> for ReceiveTask
impl Cast<dyn HumanPerformerTypeMut> for ReceiveTask
Source§impl Cast<dyn ImplicitThrowEventType> for ReceiveTask
impl Cast<dyn ImplicitThrowEventType> for ReceiveTask
Source§impl Cast<dyn ImplicitThrowEventTypeMut> for ReceiveTask
impl Cast<dyn ImplicitThrowEventTypeMut> for ReceiveTask
Source§impl Cast<dyn ImportType> for ReceiveTask
impl Cast<dyn ImportType> for ReceiveTask
Source§impl Cast<dyn ImportTypeMut> for ReceiveTask
impl Cast<dyn ImportTypeMut> for ReceiveTask
Source§impl Cast<dyn InclusiveGatewayType> for ReceiveTask
impl Cast<dyn InclusiveGatewayType> for ReceiveTask
Source§impl Cast<dyn InclusiveGatewayTypeMut> for ReceiveTask
impl Cast<dyn InclusiveGatewayTypeMut> for ReceiveTask
Source§impl Cast<dyn InputOutputBindingType> for ReceiveTask
impl Cast<dyn InputOutputBindingType> for ReceiveTask
Source§impl Cast<dyn InputOutputBindingTypeMut> for ReceiveTask
impl Cast<dyn InputOutputBindingTypeMut> for ReceiveTask
Source§impl Cast<dyn InputOutputSpecificationType> for ReceiveTask
impl Cast<dyn InputOutputSpecificationType> for ReceiveTask
Source§impl Cast<dyn InputOutputSpecificationTypeMut> for ReceiveTask
impl Cast<dyn InputOutputSpecificationTypeMut> for ReceiveTask
Source§impl Cast<dyn InputSetType> for ReceiveTask
impl Cast<dyn InputSetType> for ReceiveTask
Source§impl Cast<dyn InputSetTypeMut> for ReceiveTask
impl Cast<dyn InputSetTypeMut> for ReceiveTask
Source§impl Cast<dyn InterfaceType> for ReceiveTask
impl Cast<dyn InterfaceType> for ReceiveTask
Source§impl Cast<dyn InterfaceTypeMut> for ReceiveTask
impl Cast<dyn InterfaceTypeMut> for ReceiveTask
Source§impl Cast<dyn IntermediateCatchEventType> for ReceiveTask
impl Cast<dyn IntermediateCatchEventType> for ReceiveTask
Source§impl Cast<dyn IntermediateCatchEventTypeMut> for ReceiveTask
impl Cast<dyn IntermediateCatchEventTypeMut> for ReceiveTask
Source§impl Cast<dyn IntermediateThrowEventType> for ReceiveTask
impl Cast<dyn IntermediateThrowEventType> for ReceiveTask
Source§impl Cast<dyn IntermediateThrowEventTypeMut> for ReceiveTask
impl Cast<dyn IntermediateThrowEventTypeMut> for ReceiveTask
Source§impl Cast<dyn ItemDefinitionType> for ReceiveTask
impl Cast<dyn ItemDefinitionType> for ReceiveTask
Source§impl Cast<dyn ItemDefinitionTypeMut> for ReceiveTask
impl Cast<dyn ItemDefinitionTypeMut> for ReceiveTask
Source§impl Cast<dyn LaneSetType> for ReceiveTask
impl Cast<dyn LaneSetType> for ReceiveTask
Source§impl Cast<dyn LaneSetTypeMut> for ReceiveTask
impl Cast<dyn LaneSetTypeMut> for ReceiveTask
Source§impl Cast<dyn LaneType> for ReceiveTask
impl Cast<dyn LaneType> for ReceiveTask
Source§impl Cast<dyn LaneTypeMut> for ReceiveTask
impl Cast<dyn LaneTypeMut> for ReceiveTask
Source§impl Cast<dyn LinkEventDefinitionType> for ReceiveTask
impl Cast<dyn LinkEventDefinitionType> for ReceiveTask
Source§impl Cast<dyn LinkEventDefinitionTypeMut> for ReceiveTask
impl Cast<dyn LinkEventDefinitionTypeMut> for ReceiveTask
Source§impl Cast<dyn LoopCharacteristicsType> for ReceiveTask
impl Cast<dyn LoopCharacteristicsType> for ReceiveTask
Source§impl Cast<dyn LoopCharacteristicsTypeMut> for ReceiveTask
impl Cast<dyn LoopCharacteristicsTypeMut> for ReceiveTask
Source§impl Cast<dyn ManualTaskType> for ReceiveTask
impl Cast<dyn ManualTaskType> for ReceiveTask
Source§impl Cast<dyn ManualTaskTypeMut> for ReceiveTask
impl Cast<dyn ManualTaskTypeMut> for ReceiveTask
Source§impl Cast<dyn MessageEventDefinitionType> for ReceiveTask
impl Cast<dyn MessageEventDefinitionType> for ReceiveTask
Source§impl Cast<dyn MessageEventDefinitionTypeMut> for ReceiveTask
impl Cast<dyn MessageEventDefinitionTypeMut> for ReceiveTask
Source§impl Cast<dyn MessageFlowAssociationType> for ReceiveTask
impl Cast<dyn MessageFlowAssociationType> for ReceiveTask
Source§impl Cast<dyn MessageFlowAssociationTypeMut> for ReceiveTask
impl Cast<dyn MessageFlowAssociationTypeMut> for ReceiveTask
Source§impl Cast<dyn MessageFlowType> for ReceiveTask
impl Cast<dyn MessageFlowType> for ReceiveTask
Source§impl Cast<dyn MessageFlowTypeMut> for ReceiveTask
impl Cast<dyn MessageFlowTypeMut> for ReceiveTask
Source§impl Cast<dyn MessageType> for ReceiveTask
impl Cast<dyn MessageType> for ReceiveTask
Source§impl Cast<dyn MessageTypeMut> for ReceiveTask
impl Cast<dyn MessageTypeMut> for ReceiveTask
Source§impl Cast<dyn MonitoringType> for ReceiveTask
impl Cast<dyn MonitoringType> for ReceiveTask
Source§impl Cast<dyn MonitoringTypeMut> for ReceiveTask
impl Cast<dyn MonitoringTypeMut> for ReceiveTask
Source§impl Cast<dyn MultiInstanceLoopCharacteristicsType> for ReceiveTask
impl Cast<dyn MultiInstanceLoopCharacteristicsType> for ReceiveTask
Source§impl Cast<dyn MultiInstanceLoopCharacteristicsTypeMut> for ReceiveTask
impl Cast<dyn MultiInstanceLoopCharacteristicsTypeMut> for ReceiveTask
Source§impl Cast<dyn OperationType> for ReceiveTask
impl Cast<dyn OperationType> for ReceiveTask
Source§impl Cast<dyn OperationTypeMut> for ReceiveTask
impl Cast<dyn OperationTypeMut> for ReceiveTask
Source§impl Cast<dyn OutputSetType> for ReceiveTask
impl Cast<dyn OutputSetType> for ReceiveTask
Source§impl Cast<dyn OutputSetTypeMut> for ReceiveTask
impl Cast<dyn OutputSetTypeMut> for ReceiveTask
Source§impl Cast<dyn ParallelGatewayType> for ReceiveTask
impl Cast<dyn ParallelGatewayType> for ReceiveTask
Source§impl Cast<dyn ParallelGatewayTypeMut> for ReceiveTask
impl Cast<dyn ParallelGatewayTypeMut> for ReceiveTask
Source§impl Cast<dyn ParticipantAssociationType> for ReceiveTask
impl Cast<dyn ParticipantAssociationType> for ReceiveTask
Source§impl Cast<dyn ParticipantAssociationTypeMut> for ReceiveTask
impl Cast<dyn ParticipantAssociationTypeMut> for ReceiveTask
Source§impl Cast<dyn ParticipantMultiplicityType> for ReceiveTask
impl Cast<dyn ParticipantMultiplicityType> for ReceiveTask
Source§impl Cast<dyn ParticipantMultiplicityTypeMut> for ReceiveTask
impl Cast<dyn ParticipantMultiplicityTypeMut> for ReceiveTask
Source§impl Cast<dyn ParticipantType> for ReceiveTask
impl Cast<dyn ParticipantType> for ReceiveTask
Source§impl Cast<dyn ParticipantTypeMut> for ReceiveTask
impl Cast<dyn ParticipantTypeMut> for ReceiveTask
Source§impl Cast<dyn PartnerEntityType> for ReceiveTask
impl Cast<dyn PartnerEntityType> for ReceiveTask
Source§impl Cast<dyn PartnerEntityTypeMut> for ReceiveTask
impl Cast<dyn PartnerEntityTypeMut> for ReceiveTask
Source§impl Cast<dyn PartnerRoleType> for ReceiveTask
impl Cast<dyn PartnerRoleType> for ReceiveTask
Source§impl Cast<dyn PartnerRoleTypeMut> for ReceiveTask
impl Cast<dyn PartnerRoleTypeMut> for ReceiveTask
Source§impl Cast<dyn PerformerType> for ReceiveTask
impl Cast<dyn PerformerType> for ReceiveTask
Source§impl Cast<dyn PerformerTypeMut> for ReceiveTask
impl Cast<dyn PerformerTypeMut> for ReceiveTask
Source§impl Cast<dyn PotentialOwnerType> for ReceiveTask
impl Cast<dyn PotentialOwnerType> for ReceiveTask
Source§impl Cast<dyn PotentialOwnerTypeMut> for ReceiveTask
impl Cast<dyn PotentialOwnerTypeMut> for ReceiveTask
Source§impl Cast<dyn ProcessType> for ReceiveTask
impl Cast<dyn ProcessType> for ReceiveTask
Source§impl Cast<dyn ProcessTypeMut> for ReceiveTask
impl Cast<dyn ProcessTypeMut> for ReceiveTask
Source§impl Cast<dyn PropertyType> for ReceiveTask
impl Cast<dyn PropertyType> for ReceiveTask
Source§impl Cast<dyn PropertyTypeMut> for ReceiveTask
impl Cast<dyn PropertyTypeMut> for ReceiveTask
Source§impl Cast<dyn ReceiveTaskType> for ReceiveTask
impl Cast<dyn ReceiveTaskType> for ReceiveTask
fn cast(&self) -> Option<&(dyn ReceiveTaskType + 'static)>
fn cast_mut(&mut self) -> Option<&mut (dyn ReceiveTaskType + 'static)>
Source§impl Cast<dyn ReceiveTaskTypeMut> for ReceiveTask
impl Cast<dyn ReceiveTaskTypeMut> for ReceiveTask
fn cast(&self) -> Option<&(dyn ReceiveTaskTypeMut + 'static)>
fn cast_mut(&mut self) -> Option<&mut (dyn ReceiveTaskTypeMut + 'static)>
Source§impl Cast<dyn RelationshipType> for ReceiveTask
impl Cast<dyn RelationshipType> for ReceiveTask
Source§impl Cast<dyn RelationshipTypeMut> for ReceiveTask
impl Cast<dyn RelationshipTypeMut> for ReceiveTask
Source§impl Cast<dyn RenderingType> for ReceiveTask
impl Cast<dyn RenderingType> for ReceiveTask
Source§impl Cast<dyn RenderingTypeMut> for ReceiveTask
impl Cast<dyn RenderingTypeMut> for ReceiveTask
Source§impl Cast<dyn ResourceAssignmentExpressionType> for ReceiveTask
impl Cast<dyn ResourceAssignmentExpressionType> for ReceiveTask
Source§impl Cast<dyn ResourceAssignmentExpressionTypeMut> for ReceiveTask
impl Cast<dyn ResourceAssignmentExpressionTypeMut> for ReceiveTask
Source§impl Cast<dyn ResourceParameterBindingType> for ReceiveTask
impl Cast<dyn ResourceParameterBindingType> for ReceiveTask
Source§impl Cast<dyn ResourceParameterBindingTypeMut> for ReceiveTask
impl Cast<dyn ResourceParameterBindingTypeMut> for ReceiveTask
Source§impl Cast<dyn ResourceParameterType> for ReceiveTask
impl Cast<dyn ResourceParameterType> for ReceiveTask
Source§impl Cast<dyn ResourceParameterTypeMut> for ReceiveTask
impl Cast<dyn ResourceParameterTypeMut> for ReceiveTask
Source§impl Cast<dyn ResourceRoleType> for ReceiveTask
impl Cast<dyn ResourceRoleType> for ReceiveTask
Source§impl Cast<dyn ResourceRoleTypeMut> for ReceiveTask
impl Cast<dyn ResourceRoleTypeMut> for ReceiveTask
Source§impl Cast<dyn ResourceType> for ReceiveTask
impl Cast<dyn ResourceType> for ReceiveTask
Source§impl Cast<dyn ResourceTypeMut> for ReceiveTask
impl Cast<dyn ResourceTypeMut> for ReceiveTask
Source§impl Cast<dyn RootElementType> for ReceiveTask
impl Cast<dyn RootElementType> for ReceiveTask
Source§impl Cast<dyn RootElementTypeMut> for ReceiveTask
impl Cast<dyn RootElementTypeMut> for ReceiveTask
Source§impl Cast<dyn ScriptTaskType> for ReceiveTask
impl Cast<dyn ScriptTaskType> for ReceiveTask
Source§impl Cast<dyn ScriptTaskTypeMut> for ReceiveTask
impl Cast<dyn ScriptTaskTypeMut> for ReceiveTask
Source§impl Cast<dyn ScriptType> for ReceiveTask
impl Cast<dyn ScriptType> for ReceiveTask
Source§impl Cast<dyn ScriptTypeMut> for ReceiveTask
impl Cast<dyn ScriptTypeMut> for ReceiveTask
Source§impl Cast<dyn SendTaskType> for ReceiveTask
impl Cast<dyn SendTaskType> for ReceiveTask
Source§impl Cast<dyn SendTaskTypeMut> for ReceiveTask
impl Cast<dyn SendTaskTypeMut> for ReceiveTask
Source§impl Cast<dyn SequenceFlowType> for ReceiveTask
impl Cast<dyn SequenceFlowType> for ReceiveTask
Source§impl Cast<dyn SequenceFlowTypeMut> for ReceiveTask
impl Cast<dyn SequenceFlowTypeMut> for ReceiveTask
Source§impl Cast<dyn ServiceTaskType> for ReceiveTask
impl Cast<dyn ServiceTaskType> for ReceiveTask
Source§impl Cast<dyn ServiceTaskTypeMut> for ReceiveTask
impl Cast<dyn ServiceTaskTypeMut> for ReceiveTask
Source§impl Cast<dyn SignalEventDefinitionType> for ReceiveTask
impl Cast<dyn SignalEventDefinitionType> for ReceiveTask
Source§impl Cast<dyn SignalEventDefinitionTypeMut> for ReceiveTask
impl Cast<dyn SignalEventDefinitionTypeMut> for ReceiveTask
Source§impl Cast<dyn SignalType> for ReceiveTask
impl Cast<dyn SignalType> for ReceiveTask
Source§impl Cast<dyn SignalTypeMut> for ReceiveTask
impl Cast<dyn SignalTypeMut> for ReceiveTask
Source§impl Cast<dyn StandardLoopCharacteristicsType> for ReceiveTask
impl Cast<dyn StandardLoopCharacteristicsType> for ReceiveTask
Source§impl Cast<dyn StandardLoopCharacteristicsTypeMut> for ReceiveTask
impl Cast<dyn StandardLoopCharacteristicsTypeMut> for ReceiveTask
Source§impl Cast<dyn StartEventType> for ReceiveTask
impl Cast<dyn StartEventType> for ReceiveTask
Source§impl Cast<dyn StartEventTypeMut> for ReceiveTask
impl Cast<dyn StartEventTypeMut> for ReceiveTask
Source§impl Cast<dyn SubChoreographyType> for ReceiveTask
impl Cast<dyn SubChoreographyType> for ReceiveTask
Source§impl Cast<dyn SubChoreographyTypeMut> for ReceiveTask
impl Cast<dyn SubChoreographyTypeMut> for ReceiveTask
Source§impl Cast<dyn SubConversationType> for ReceiveTask
impl Cast<dyn SubConversationType> for ReceiveTask
Source§impl Cast<dyn SubConversationTypeMut> for ReceiveTask
impl Cast<dyn SubConversationTypeMut> for ReceiveTask
Source§impl Cast<dyn SubProcessType> for ReceiveTask
impl Cast<dyn SubProcessType> for ReceiveTask
Source§impl Cast<dyn SubProcessTypeMut> for ReceiveTask
impl Cast<dyn SubProcessTypeMut> for ReceiveTask
Source§impl Cast<dyn TaskType> for ReceiveTask
impl Cast<dyn TaskType> for ReceiveTask
Source§impl Cast<dyn TaskTypeMut> for ReceiveTask
impl Cast<dyn TaskTypeMut> for ReceiveTask
fn cast(&self) -> Option<&(dyn TaskTypeMut + 'static)>
fn cast_mut(&mut self) -> Option<&mut (dyn TaskTypeMut + 'static)>
Source§impl Cast<dyn TerminateEventDefinitionType> for ReceiveTask
impl Cast<dyn TerminateEventDefinitionType> for ReceiveTask
Source§impl Cast<dyn TerminateEventDefinitionTypeMut> for ReceiveTask
impl Cast<dyn TerminateEventDefinitionTypeMut> for ReceiveTask
Source§impl Cast<dyn TextAnnotationType> for ReceiveTask
impl Cast<dyn TextAnnotationType> for ReceiveTask
Source§impl Cast<dyn TextAnnotationTypeMut> for ReceiveTask
impl Cast<dyn TextAnnotationTypeMut> for ReceiveTask
Source§impl Cast<dyn TextType> for ReceiveTask
impl Cast<dyn TextType> for ReceiveTask
Source§impl Cast<dyn TextTypeMut> for ReceiveTask
impl Cast<dyn TextTypeMut> for ReceiveTask
Source§impl Cast<dyn ThrowEventType> for ReceiveTask
impl Cast<dyn ThrowEventType> for ReceiveTask
Source§impl Cast<dyn ThrowEventTypeMut> for ReceiveTask
impl Cast<dyn ThrowEventTypeMut> for ReceiveTask
Source§impl Cast<dyn TimerEventDefinitionType> for ReceiveTask
impl Cast<dyn TimerEventDefinitionType> for ReceiveTask
Source§impl Cast<dyn TimerEventDefinitionTypeMut> for ReceiveTask
impl Cast<dyn TimerEventDefinitionTypeMut> for ReceiveTask
Source§impl Cast<dyn TransactionType> for ReceiveTask
impl Cast<dyn TransactionType> for ReceiveTask
Source§impl Cast<dyn TransactionTypeMut> for ReceiveTask
impl Cast<dyn TransactionTypeMut> for ReceiveTask
Source§impl Cast<dyn UserTaskType> for ReceiveTask
impl Cast<dyn UserTaskType> for ReceiveTask
Source§impl Cast<dyn UserTaskTypeMut> for ReceiveTask
impl Cast<dyn UserTaskTypeMut> for ReceiveTask
Source§impl Clone for ReceiveTask
impl Clone for ReceiveTask
Source§fn clone(&self) -> ReceiveTask
fn clone(&self) -> ReceiveTask
Returns a duplicate 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 ReceiveTask
impl Debug for ReceiveTask
Source§impl Default for ReceiveTask
impl Default for ReceiveTask
Source§fn default() -> ReceiveTask
fn default() -> ReceiveTask
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReceiveTask
impl<'de> Deserialize<'de> for ReceiveTask
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 DocumentElement for ReceiveTask
impl DocumentElement for ReceiveTask
Source§impl DocumentElementContainer for ReceiveTask
impl DocumentElementContainer for ReceiveTask
Source§fn find_by_id_mut(&mut self, id: &str) -> Option<&mut dyn DocumentElement>
fn find_by_id_mut(&mut self, id: &str) -> Option<&mut dyn DocumentElement>
Find an element by ID and return a mutable reference
Source§fn find_by_id(&self, id: &str) -> Option<&dyn DocumentElement>
fn find_by_id(&self, id: &str) -> Option<&dyn DocumentElement>
Find an element by ID
Source§impl FlowElementType for ReceiveTask
impl FlowElementType for ReceiveTask
Source§fn category_value_refs(&self) -> &Vec<String>
fn category_value_refs(&self) -> &Vec<String>
Get value of
categoryValueRef childSource§fn monitoring(&self) -> &Option<Monitoring>
fn monitoring(&self) -> &Option<Monitoring>
Get value of
monitoring childSource§impl FlowElementTypeMut for ReceiveTask
impl FlowElementTypeMut for ReceiveTask
Source§fn auditing_mut(&mut self) -> &mut Option<Auditing>
fn auditing_mut(&mut self) -> &mut Option<Auditing>
Get a mutable value of
auditing childSource§fn set_auditing(&mut self, v: Option<Auditing>)
fn set_auditing(&mut self, v: Option<Auditing>)
Set value of
auditing childSource§fn set_monitoring(&mut self, v: Option<Monitoring>)
fn set_monitoring(&mut self, v: Option<Monitoring>)
Set value of
monitoring childSource§fn monitoring_mut(&mut self) -> &mut Option<Monitoring>
fn monitoring_mut(&mut self) -> &mut Option<Monitoring>
Get a mutable value of
monitoring childSource§fn set_category_value_refs(&mut self, v: Vec<String>)
fn set_category_value_refs(&mut self, v: Vec<String>)
Set value of
categoryValueRef childSource§fn category_value_refs_mut(&mut self) -> &mut Vec<String>
fn category_value_refs_mut(&mut self) -> &mut Vec<String>
Get a mutable value of
categoryValueRef childSource§impl FlowNodeType for ReceiveTask
impl FlowNodeType for ReceiveTask
Source§impl FlowNodeTypeMut for ReceiveTask
impl FlowNodeTypeMut for ReceiveTask
Source§fn outgoings_mut(&mut self) -> &mut Vec<String>
fn outgoings_mut(&mut self) -> &mut Vec<String>
Get a mutable value of
outgoing childSource§fn set_outgoings(&mut self, v: Vec<String>)
fn set_outgoings(&mut self, v: Vec<String>)
Set value of
outgoing childSource§fn incomings_mut(&mut self) -> &mut Vec<String>
fn incomings_mut(&mut self) -> &mut Vec<String>
Get a mutable value of
incoming childSource§fn set_incomings(&mut self, v: Vec<String>)
fn set_incomings(&mut self, v: Vec<String>)
Set value of
incoming childSource§impl From<ReceiveTask> for FlowElement
impl From<ReceiveTask> for FlowElement
Source§fn from(original: ReceiveTask) -> FlowElement
fn from(original: ReceiveTask) -> FlowElement
Converts to this type from the input type.
Source§impl Hash for ReceiveTask
impl Hash for ReceiveTask
Source§impl PartialEq for ReceiveTask
impl PartialEq for ReceiveTask
Source§impl ReceiveTaskType for ReceiveTask
impl ReceiveTaskType for ReceiveTask
Source§fn operation_ref(&self) -> &Option<String>
fn operation_ref(&self) -> &Option<String>
Get value of attribute
operationRefSource§fn implementation(&self) -> &Option<String>
fn implementation(&self) -> &Option<String>
Get value of attribute
implementationSource§fn message_ref(&self) -> &Option<String>
fn message_ref(&self) -> &Option<String>
Get value of attribute
messageRefSource§fn instantiate(&self) -> &Option<bool>
fn instantiate(&self) -> &Option<bool>
Get value of attribute
instantiateSource§impl ReceiveTaskTypeMut for ReceiveTask
impl ReceiveTaskTypeMut for ReceiveTask
Source§fn set_instantiate(&mut self, v: Option<bool>)
fn set_instantiate(&mut self, v: Option<bool>)
Set value of attribute
instantiateSource§fn set_implementation(&mut self, v: Option<String>)
fn set_implementation(&mut self, v: Option<String>)
Set value of attribute
implementationSource§fn set_operation_ref(&mut self, v: Option<String>)
fn set_operation_ref(&mut self, v: Option<String>)
Set value of attribute
operationRefSource§fn set_message_ref(&mut self, v: Option<String>)
fn set_message_ref(&mut self, v: Option<String>)
Set value of attribute
messageRefSource§impl Serialize for ReceiveTask
impl Serialize for ReceiveTask
Source§impl<'__input> XmlRead<'__input> for ReceiveTask
impl<'__input> XmlRead<'__input> for ReceiveTask
impl StructuralPartialEq for ReceiveTask
impl TaskType for ReceiveTask
impl TaskTypeMut for ReceiveTask
Auto Trait Implementations§
impl Freeze for ReceiveTask
impl RefUnwindSafe for ReceiveTask
impl Send for ReceiveTask
impl Sync for ReceiveTask
impl Unpin for ReceiveTask
impl UnwindSafe for ReceiveTask
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
Source§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
Convert
Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can
then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.Source§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
Convert
Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be
further downcast into Rc<ConcreteType> where ConcreteType implements Trait.Source§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Convert
&Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &Any’s vtable from &Trait’s.Source§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert
&mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &mut Any’s vtable from &mut Trait’s.