pub struct ServiceTask {Show 21 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 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>§operation_ref: Option<String>Trait Implementations§
Source§impl ActivityType for ServiceTask
impl ActivityType for ServiceTask
Source§fn is_for_compensation(&self) -> &Option<bool>
fn is_for_compensation(&self) -> &Option<bool>
Get value of attribute
isForCompensationSource§fn data_input_associations(&self) -> &Vec<DataInputAssociation>
fn data_input_associations(&self) -> &Vec<DataInputAssociation>
Get value of
dataInputAssociation childSource§fn data_output_associations(&self) -> &Vec<DataOutputAssociation>
fn data_output_associations(&self) -> &Vec<DataOutputAssociation>
Get value of
dataOutputAssociation childSource§fn io_specification(&self) -> &Option<InputOutputSpecification>
fn io_specification(&self) -> &Option<InputOutputSpecification>
Get value of
ioSpecification childSource§fn properties(&self) -> &Vec<Property>
fn properties(&self) -> &Vec<Property>
Get value of
property childSource§fn start_quantity(&self) -> &Option<Integer>
fn start_quantity(&self) -> &Option<Integer>
Get value of attribute
startQuantitySource§fn loop_characteristics(&self) -> &Option<LoopCharacteristics>
fn loop_characteristics(&self) -> &Option<LoopCharacteristics>
Get value of
loopCharacteristics childSource§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§impl ActivityTypeMut for ServiceTask
impl ActivityTypeMut for ServiceTask
Source§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§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_start_quantity(&mut self, v: Option<Integer>)
fn set_start_quantity(&mut self, v: Option<Integer>)
Set value of attribute
startQuantitySource§fn set_completion_quantity(&mut self, v: Option<Integer>)
fn set_completion_quantity(&mut self, v: Option<Integer>)
Set value of attribute
completionQuantitySource§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_default(&mut self, v: Option<String>)
fn set_default(&mut self, v: Option<String>)
Set value of attribute
defaultSource§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 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 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 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 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_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§impl BaseElementType for ServiceTask
impl BaseElementType for ServiceTask
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 ServiceTask
impl BaseElementTypeMut for ServiceTask
Source§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_documentations(&mut self, v: Vec<Documentation>)
fn set_documentations(&mut self, v: Vec<Documentation>)
Set 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 ServiceTask
impl Cast<dyn ActivityType> for ServiceTask
fn cast(&self) -> Option<&(dyn ActivityType + 'static)>
fn cast_mut(&mut self) -> Option<&mut (dyn ActivityType + 'static)>
Source§impl Cast<dyn ActivityTypeMut> for ServiceTask
impl Cast<dyn ActivityTypeMut> for ServiceTask
fn cast(&self) -> Option<&(dyn ActivityTypeMut + 'static)>
fn cast_mut(&mut self) -> Option<&mut (dyn ActivityTypeMut + 'static)>
Source§impl Cast<dyn AdHocSubProcessType> for ServiceTask
impl Cast<dyn AdHocSubProcessType> for ServiceTask
Source§impl Cast<dyn AdHocSubProcessTypeMut> for ServiceTask
impl Cast<dyn AdHocSubProcessTypeMut> for ServiceTask
Source§impl Cast<dyn ArtifactType> for ServiceTask
impl Cast<dyn ArtifactType> for ServiceTask
Source§impl Cast<dyn ArtifactTypeMut> for ServiceTask
impl Cast<dyn ArtifactTypeMut> for ServiceTask
Source§impl Cast<dyn AssignmentType> for ServiceTask
impl Cast<dyn AssignmentType> for ServiceTask
Source§impl Cast<dyn AssignmentTypeMut> for ServiceTask
impl Cast<dyn AssignmentTypeMut> for ServiceTask
Source§impl Cast<dyn AssociationType> for ServiceTask
impl Cast<dyn AssociationType> for ServiceTask
Source§impl Cast<dyn AssociationTypeMut> for ServiceTask
impl Cast<dyn AssociationTypeMut> for ServiceTask
Source§impl Cast<dyn AuditingType> for ServiceTask
impl Cast<dyn AuditingType> for ServiceTask
Source§impl Cast<dyn AuditingTypeMut> for ServiceTask
impl Cast<dyn AuditingTypeMut> for ServiceTask
Source§impl Cast<dyn BaseElementType> for ServiceTask
impl Cast<dyn BaseElementType> for ServiceTask
fn cast(&self) -> Option<&(dyn BaseElementType + 'static)>
fn cast_mut(&mut self) -> Option<&mut (dyn BaseElementType + 'static)>
Source§impl Cast<dyn BaseElementTypeMut> for ServiceTask
impl Cast<dyn BaseElementTypeMut> for ServiceTask
fn cast(&self) -> Option<&(dyn BaseElementTypeMut + 'static)>
fn cast_mut(&mut self) -> Option<&mut (dyn BaseElementTypeMut + 'static)>
Source§impl Cast<dyn BaseElementWithMixedContentType> for ServiceTask
impl Cast<dyn BaseElementWithMixedContentType> for ServiceTask
Source§impl Cast<dyn BaseElementWithMixedContentTypeMut> for ServiceTask
impl Cast<dyn BaseElementWithMixedContentTypeMut> for ServiceTask
Source§impl Cast<dyn BoundaryEventType> for ServiceTask
impl Cast<dyn BoundaryEventType> for ServiceTask
Source§impl Cast<dyn BoundaryEventTypeMut> for ServiceTask
impl Cast<dyn BoundaryEventTypeMut> for ServiceTask
Source§impl Cast<dyn BusinessRuleTaskType> for ServiceTask
impl Cast<dyn BusinessRuleTaskType> for ServiceTask
Source§impl Cast<dyn BusinessRuleTaskTypeMut> for ServiceTask
impl Cast<dyn BusinessRuleTaskTypeMut> for ServiceTask
Source§impl Cast<dyn CallActivityType> for ServiceTask
impl Cast<dyn CallActivityType> for ServiceTask
Source§impl Cast<dyn CallActivityTypeMut> for ServiceTask
impl Cast<dyn CallActivityTypeMut> for ServiceTask
Source§impl Cast<dyn CallChoreographyType> for ServiceTask
impl Cast<dyn CallChoreographyType> for ServiceTask
Source§impl Cast<dyn CallChoreographyTypeMut> for ServiceTask
impl Cast<dyn CallChoreographyTypeMut> for ServiceTask
Source§impl Cast<dyn CallConversationType> for ServiceTask
impl Cast<dyn CallConversationType> for ServiceTask
Source§impl Cast<dyn CallConversationTypeMut> for ServiceTask
impl Cast<dyn CallConversationTypeMut> for ServiceTask
Source§impl Cast<dyn CallableElementType> for ServiceTask
impl Cast<dyn CallableElementType> for ServiceTask
Source§impl Cast<dyn CallableElementTypeMut> for ServiceTask
impl Cast<dyn CallableElementTypeMut> for ServiceTask
Source§impl Cast<dyn CancelEventDefinitionType> for ServiceTask
impl Cast<dyn CancelEventDefinitionType> for ServiceTask
Source§impl Cast<dyn CancelEventDefinitionTypeMut> for ServiceTask
impl Cast<dyn CancelEventDefinitionTypeMut> for ServiceTask
Source§impl Cast<dyn CatchEventType> for ServiceTask
impl Cast<dyn CatchEventType> for ServiceTask
Source§impl Cast<dyn CatchEventTypeMut> for ServiceTask
impl Cast<dyn CatchEventTypeMut> for ServiceTask
Source§impl Cast<dyn CategoryType> for ServiceTask
impl Cast<dyn CategoryType> for ServiceTask
Source§impl Cast<dyn CategoryTypeMut> for ServiceTask
impl Cast<dyn CategoryTypeMut> for ServiceTask
Source§impl Cast<dyn CategoryValueType> for ServiceTask
impl Cast<dyn CategoryValueType> for ServiceTask
Source§impl Cast<dyn CategoryValueTypeMut> for ServiceTask
impl Cast<dyn CategoryValueTypeMut> for ServiceTask
Source§impl Cast<dyn ChoreographyActivityType> for ServiceTask
impl Cast<dyn ChoreographyActivityType> for ServiceTask
Source§impl Cast<dyn ChoreographyActivityTypeMut> for ServiceTask
impl Cast<dyn ChoreographyActivityTypeMut> for ServiceTask
Source§impl Cast<dyn ChoreographyTaskType> for ServiceTask
impl Cast<dyn ChoreographyTaskType> for ServiceTask
Source§impl Cast<dyn ChoreographyTaskTypeMut> for ServiceTask
impl Cast<dyn ChoreographyTaskTypeMut> for ServiceTask
Source§impl Cast<dyn ChoreographyType> for ServiceTask
impl Cast<dyn ChoreographyType> for ServiceTask
Source§impl Cast<dyn ChoreographyTypeMut> for ServiceTask
impl Cast<dyn ChoreographyTypeMut> for ServiceTask
Source§impl Cast<dyn CollaborationType> for ServiceTask
impl Cast<dyn CollaborationType> for ServiceTask
Source§impl Cast<dyn CollaborationTypeMut> for ServiceTask
impl Cast<dyn CollaborationTypeMut> for ServiceTask
Source§impl Cast<dyn CompensateEventDefinitionType> for ServiceTask
impl Cast<dyn CompensateEventDefinitionType> for ServiceTask
Source§impl Cast<dyn CompensateEventDefinitionTypeMut> for ServiceTask
impl Cast<dyn CompensateEventDefinitionTypeMut> for ServiceTask
Source§impl Cast<dyn ComplexBehaviorDefinitionType> for ServiceTask
impl Cast<dyn ComplexBehaviorDefinitionType> for ServiceTask
Source§impl Cast<dyn ComplexBehaviorDefinitionTypeMut> for ServiceTask
impl Cast<dyn ComplexBehaviorDefinitionTypeMut> for ServiceTask
Source§impl Cast<dyn ComplexGatewayType> for ServiceTask
impl Cast<dyn ComplexGatewayType> for ServiceTask
Source§impl Cast<dyn ComplexGatewayTypeMut> for ServiceTask
impl Cast<dyn ComplexGatewayTypeMut> for ServiceTask
Source§impl Cast<dyn ConditionalEventDefinitionType> for ServiceTask
impl Cast<dyn ConditionalEventDefinitionType> for ServiceTask
Source§impl Cast<dyn ConditionalEventDefinitionTypeMut> for ServiceTask
impl Cast<dyn ConditionalEventDefinitionTypeMut> for ServiceTask
Source§impl Cast<dyn ConversationAssociationType> for ServiceTask
impl Cast<dyn ConversationAssociationType> for ServiceTask
Source§impl Cast<dyn ConversationAssociationTypeMut> for ServiceTask
impl Cast<dyn ConversationAssociationTypeMut> for ServiceTask
Source§impl Cast<dyn ConversationLinkType> for ServiceTask
impl Cast<dyn ConversationLinkType> for ServiceTask
Source§impl Cast<dyn ConversationLinkTypeMut> for ServiceTask
impl Cast<dyn ConversationLinkTypeMut> for ServiceTask
Source§impl Cast<dyn ConversationNodeType> for ServiceTask
impl Cast<dyn ConversationNodeType> for ServiceTask
Source§impl Cast<dyn ConversationNodeTypeMut> for ServiceTask
impl Cast<dyn ConversationNodeTypeMut> for ServiceTask
Source§impl Cast<dyn ConversationType> for ServiceTask
impl Cast<dyn ConversationType> for ServiceTask
Source§impl Cast<dyn ConversationTypeMut> for ServiceTask
impl Cast<dyn ConversationTypeMut> for ServiceTask
Source§impl Cast<dyn CorrelationKeyType> for ServiceTask
impl Cast<dyn CorrelationKeyType> for ServiceTask
Source§impl Cast<dyn CorrelationKeyTypeMut> for ServiceTask
impl Cast<dyn CorrelationKeyTypeMut> for ServiceTask
Source§impl Cast<dyn CorrelationPropertyBindingType> for ServiceTask
impl Cast<dyn CorrelationPropertyBindingType> for ServiceTask
Source§impl Cast<dyn CorrelationPropertyBindingTypeMut> for ServiceTask
impl Cast<dyn CorrelationPropertyBindingTypeMut> for ServiceTask
Source§impl Cast<dyn CorrelationPropertyRetrievalExpressionType> for ServiceTask
impl Cast<dyn CorrelationPropertyRetrievalExpressionType> for ServiceTask
Source§impl Cast<dyn CorrelationPropertyType> for ServiceTask
impl Cast<dyn CorrelationPropertyType> for ServiceTask
Source§impl Cast<dyn CorrelationPropertyTypeMut> for ServiceTask
impl Cast<dyn CorrelationPropertyTypeMut> for ServiceTask
Source§impl Cast<dyn CorrelationSubscriptionType> for ServiceTask
impl Cast<dyn CorrelationSubscriptionType> for ServiceTask
Source§impl Cast<dyn CorrelationSubscriptionTypeMut> for ServiceTask
impl Cast<dyn CorrelationSubscriptionTypeMut> for ServiceTask
Source§impl Cast<dyn DataAssociationType> for ServiceTask
impl Cast<dyn DataAssociationType> for ServiceTask
Source§impl Cast<dyn DataAssociationTypeMut> for ServiceTask
impl Cast<dyn DataAssociationTypeMut> for ServiceTask
Source§impl Cast<dyn DataInputAssociationType> for ServiceTask
impl Cast<dyn DataInputAssociationType> for ServiceTask
Source§impl Cast<dyn DataInputAssociationTypeMut> for ServiceTask
impl Cast<dyn DataInputAssociationTypeMut> for ServiceTask
Source§impl Cast<dyn DataInputType> for ServiceTask
impl Cast<dyn DataInputType> for ServiceTask
Source§impl Cast<dyn DataInputTypeMut> for ServiceTask
impl Cast<dyn DataInputTypeMut> for ServiceTask
Source§impl Cast<dyn DataObjectReferenceType> for ServiceTask
impl Cast<dyn DataObjectReferenceType> for ServiceTask
Source§impl Cast<dyn DataObjectReferenceTypeMut> for ServiceTask
impl Cast<dyn DataObjectReferenceTypeMut> for ServiceTask
Source§impl Cast<dyn DataObjectType> for ServiceTask
impl Cast<dyn DataObjectType> for ServiceTask
Source§impl Cast<dyn DataObjectTypeMut> for ServiceTask
impl Cast<dyn DataObjectTypeMut> for ServiceTask
Source§impl Cast<dyn DataOutputAssociationType> for ServiceTask
impl Cast<dyn DataOutputAssociationType> for ServiceTask
Source§impl Cast<dyn DataOutputAssociationTypeMut> for ServiceTask
impl Cast<dyn DataOutputAssociationTypeMut> for ServiceTask
Source§impl Cast<dyn DataOutputType> for ServiceTask
impl Cast<dyn DataOutputType> for ServiceTask
Source§impl Cast<dyn DataOutputTypeMut> for ServiceTask
impl Cast<dyn DataOutputTypeMut> for ServiceTask
Source§impl Cast<dyn DataStateType> for ServiceTask
impl Cast<dyn DataStateType> for ServiceTask
Source§impl Cast<dyn DataStateTypeMut> for ServiceTask
impl Cast<dyn DataStateTypeMut> for ServiceTask
Source§impl Cast<dyn DataStoreReferenceType> for ServiceTask
impl Cast<dyn DataStoreReferenceType> for ServiceTask
Source§impl Cast<dyn DataStoreReferenceTypeMut> for ServiceTask
impl Cast<dyn DataStoreReferenceTypeMut> for ServiceTask
Source§impl Cast<dyn DataStoreType> for ServiceTask
impl Cast<dyn DataStoreType> for ServiceTask
Source§impl Cast<dyn DataStoreTypeMut> for ServiceTask
impl Cast<dyn DataStoreTypeMut> for ServiceTask
Source§impl Cast<dyn DefinitionsType> for ServiceTask
impl Cast<dyn DefinitionsType> for ServiceTask
Source§impl Cast<dyn DefinitionsTypeMut> for ServiceTask
impl Cast<dyn DefinitionsTypeMut> for ServiceTask
Source§impl Cast<dyn DocumentationType> for ServiceTask
impl Cast<dyn DocumentationType> for ServiceTask
Source§impl Cast<dyn DocumentationTypeMut> for ServiceTask
impl Cast<dyn DocumentationTypeMut> for ServiceTask
Source§impl Cast<dyn EndEventType> for ServiceTask
impl Cast<dyn EndEventType> for ServiceTask
Source§impl Cast<dyn EndEventTypeMut> for ServiceTask
impl Cast<dyn EndEventTypeMut> for ServiceTask
Source§impl Cast<dyn EndPointType> for ServiceTask
impl Cast<dyn EndPointType> for ServiceTask
Source§impl Cast<dyn EndPointTypeMut> for ServiceTask
impl Cast<dyn EndPointTypeMut> for ServiceTask
Source§impl Cast<dyn ErrorEventDefinitionType> for ServiceTask
impl Cast<dyn ErrorEventDefinitionType> for ServiceTask
Source§impl Cast<dyn ErrorEventDefinitionTypeMut> for ServiceTask
impl Cast<dyn ErrorEventDefinitionTypeMut> for ServiceTask
Source§impl Cast<dyn ErrorType> for ServiceTask
impl Cast<dyn ErrorType> for ServiceTask
Source§impl Cast<dyn ErrorTypeMut> for ServiceTask
impl Cast<dyn ErrorTypeMut> for ServiceTask
Source§impl Cast<dyn EscalationEventDefinitionType> for ServiceTask
impl Cast<dyn EscalationEventDefinitionType> for ServiceTask
Source§impl Cast<dyn EscalationEventDefinitionTypeMut> for ServiceTask
impl Cast<dyn EscalationEventDefinitionTypeMut> for ServiceTask
Source§impl Cast<dyn EscalationType> for ServiceTask
impl Cast<dyn EscalationType> for ServiceTask
Source§impl Cast<dyn EscalationTypeMut> for ServiceTask
impl Cast<dyn EscalationTypeMut> for ServiceTask
Source§impl Cast<dyn EventBasedGatewayType> for ServiceTask
impl Cast<dyn EventBasedGatewayType> for ServiceTask
Source§impl Cast<dyn EventBasedGatewayTypeMut> for ServiceTask
impl Cast<dyn EventBasedGatewayTypeMut> for ServiceTask
Source§impl Cast<dyn EventDefinitionType> for ServiceTask
impl Cast<dyn EventDefinitionType> for ServiceTask
Source§impl Cast<dyn EventDefinitionTypeMut> for ServiceTask
impl Cast<dyn EventDefinitionTypeMut> for ServiceTask
Source§impl Cast<dyn EventType> for ServiceTask
impl Cast<dyn EventType> for ServiceTask
Source§impl Cast<dyn EventTypeMut> for ServiceTask
impl Cast<dyn EventTypeMut> for ServiceTask
Source§impl Cast<dyn ExclusiveGatewayType> for ServiceTask
impl Cast<dyn ExclusiveGatewayType> for ServiceTask
Source§impl Cast<dyn ExclusiveGatewayTypeMut> for ServiceTask
impl Cast<dyn ExclusiveGatewayTypeMut> for ServiceTask
Source§impl Cast<dyn ExpressionType> for ServiceTask
impl Cast<dyn ExpressionType> for ServiceTask
Source§impl Cast<dyn ExpressionTypeMut> for ServiceTask
impl Cast<dyn ExpressionTypeMut> for ServiceTask
Source§impl Cast<dyn ExtensionElementsType> for ServiceTask
impl Cast<dyn ExtensionElementsType> for ServiceTask
Source§impl Cast<dyn ExtensionElementsTypeMut> for ServiceTask
impl Cast<dyn ExtensionElementsTypeMut> for ServiceTask
Source§impl Cast<dyn ExtensionType> for ServiceTask
impl Cast<dyn ExtensionType> for ServiceTask
Source§impl Cast<dyn ExtensionTypeMut> for ServiceTask
impl Cast<dyn ExtensionTypeMut> for ServiceTask
Source§impl Cast<dyn FlowElementType> for ServiceTask
impl Cast<dyn FlowElementType> for ServiceTask
fn cast(&self) -> Option<&(dyn FlowElementType + 'static)>
fn cast_mut(&mut self) -> Option<&mut (dyn FlowElementType + 'static)>
Source§impl Cast<dyn FlowElementTypeMut> for ServiceTask
impl Cast<dyn FlowElementTypeMut> for ServiceTask
fn cast(&self) -> Option<&(dyn FlowElementTypeMut + 'static)>
fn cast_mut(&mut self) -> Option<&mut (dyn FlowElementTypeMut + 'static)>
Source§impl Cast<dyn FlowNodeType> for ServiceTask
impl Cast<dyn FlowNodeType> for ServiceTask
fn cast(&self) -> Option<&(dyn FlowNodeType + 'static)>
fn cast_mut(&mut self) -> Option<&mut (dyn FlowNodeType + 'static)>
Source§impl Cast<dyn FlowNodeTypeMut> for ServiceTask
impl Cast<dyn FlowNodeTypeMut> for ServiceTask
fn cast(&self) -> Option<&(dyn FlowNodeTypeMut + 'static)>
fn cast_mut(&mut self) -> Option<&mut (dyn FlowNodeTypeMut + 'static)>
Source§impl Cast<dyn FormalExpressionType> for ServiceTask
impl Cast<dyn FormalExpressionType> for ServiceTask
Source§impl Cast<dyn FormalExpressionTypeMut> for ServiceTask
impl Cast<dyn FormalExpressionTypeMut> for ServiceTask
Source§impl Cast<dyn GatewayType> for ServiceTask
impl Cast<dyn GatewayType> for ServiceTask
Source§impl Cast<dyn GatewayTypeMut> for ServiceTask
impl Cast<dyn GatewayTypeMut> for ServiceTask
Source§impl Cast<dyn GlobalBusinessRuleTaskType> for ServiceTask
impl Cast<dyn GlobalBusinessRuleTaskType> for ServiceTask
Source§impl Cast<dyn GlobalBusinessRuleTaskTypeMut> for ServiceTask
impl Cast<dyn GlobalBusinessRuleTaskTypeMut> for ServiceTask
Source§impl Cast<dyn GlobalChoreographyTaskType> for ServiceTask
impl Cast<dyn GlobalChoreographyTaskType> for ServiceTask
Source§impl Cast<dyn GlobalChoreographyTaskTypeMut> for ServiceTask
impl Cast<dyn GlobalChoreographyTaskTypeMut> for ServiceTask
Source§impl Cast<dyn GlobalConversationType> for ServiceTask
impl Cast<dyn GlobalConversationType> for ServiceTask
Source§impl Cast<dyn GlobalConversationTypeMut> for ServiceTask
impl Cast<dyn GlobalConversationTypeMut> for ServiceTask
Source§impl Cast<dyn GlobalManualTaskType> for ServiceTask
impl Cast<dyn GlobalManualTaskType> for ServiceTask
Source§impl Cast<dyn GlobalManualTaskTypeMut> for ServiceTask
impl Cast<dyn GlobalManualTaskTypeMut> for ServiceTask
Source§impl Cast<dyn GlobalScriptTaskType> for ServiceTask
impl Cast<dyn GlobalScriptTaskType> for ServiceTask
Source§impl Cast<dyn GlobalScriptTaskTypeMut> for ServiceTask
impl Cast<dyn GlobalScriptTaskTypeMut> for ServiceTask
Source§impl Cast<dyn GlobalTaskType> for ServiceTask
impl Cast<dyn GlobalTaskType> for ServiceTask
Source§impl Cast<dyn GlobalTaskTypeMut> for ServiceTask
impl Cast<dyn GlobalTaskTypeMut> for ServiceTask
Source§impl Cast<dyn GlobalUserTaskType> for ServiceTask
impl Cast<dyn GlobalUserTaskType> for ServiceTask
Source§impl Cast<dyn GlobalUserTaskTypeMut> for ServiceTask
impl Cast<dyn GlobalUserTaskTypeMut> for ServiceTask
Source§impl Cast<dyn GroupType> for ServiceTask
impl Cast<dyn GroupType> for ServiceTask
Source§impl Cast<dyn GroupTypeMut> for ServiceTask
impl Cast<dyn GroupTypeMut> for ServiceTask
Source§impl Cast<dyn HumanPerformerType> for ServiceTask
impl Cast<dyn HumanPerformerType> for ServiceTask
Source§impl Cast<dyn HumanPerformerTypeMut> for ServiceTask
impl Cast<dyn HumanPerformerTypeMut> for ServiceTask
Source§impl Cast<dyn ImplicitThrowEventType> for ServiceTask
impl Cast<dyn ImplicitThrowEventType> for ServiceTask
Source§impl Cast<dyn ImplicitThrowEventTypeMut> for ServiceTask
impl Cast<dyn ImplicitThrowEventTypeMut> for ServiceTask
Source§impl Cast<dyn ImportType> for ServiceTask
impl Cast<dyn ImportType> for ServiceTask
Source§impl Cast<dyn ImportTypeMut> for ServiceTask
impl Cast<dyn ImportTypeMut> for ServiceTask
Source§impl Cast<dyn InclusiveGatewayType> for ServiceTask
impl Cast<dyn InclusiveGatewayType> for ServiceTask
Source§impl Cast<dyn InclusiveGatewayTypeMut> for ServiceTask
impl Cast<dyn InclusiveGatewayTypeMut> for ServiceTask
Source§impl Cast<dyn InputOutputBindingType> for ServiceTask
impl Cast<dyn InputOutputBindingType> for ServiceTask
Source§impl Cast<dyn InputOutputBindingTypeMut> for ServiceTask
impl Cast<dyn InputOutputBindingTypeMut> for ServiceTask
Source§impl Cast<dyn InputOutputSpecificationType> for ServiceTask
impl Cast<dyn InputOutputSpecificationType> for ServiceTask
Source§impl Cast<dyn InputOutputSpecificationTypeMut> for ServiceTask
impl Cast<dyn InputOutputSpecificationTypeMut> for ServiceTask
Source§impl Cast<dyn InputSetType> for ServiceTask
impl Cast<dyn InputSetType> for ServiceTask
Source§impl Cast<dyn InputSetTypeMut> for ServiceTask
impl Cast<dyn InputSetTypeMut> for ServiceTask
Source§impl Cast<dyn InterfaceType> for ServiceTask
impl Cast<dyn InterfaceType> for ServiceTask
Source§impl Cast<dyn InterfaceTypeMut> for ServiceTask
impl Cast<dyn InterfaceTypeMut> for ServiceTask
Source§impl Cast<dyn IntermediateCatchEventType> for ServiceTask
impl Cast<dyn IntermediateCatchEventType> for ServiceTask
Source§impl Cast<dyn IntermediateCatchEventTypeMut> for ServiceTask
impl Cast<dyn IntermediateCatchEventTypeMut> for ServiceTask
Source§impl Cast<dyn IntermediateThrowEventType> for ServiceTask
impl Cast<dyn IntermediateThrowEventType> for ServiceTask
Source§impl Cast<dyn IntermediateThrowEventTypeMut> for ServiceTask
impl Cast<dyn IntermediateThrowEventTypeMut> for ServiceTask
Source§impl Cast<dyn ItemDefinitionType> for ServiceTask
impl Cast<dyn ItemDefinitionType> for ServiceTask
Source§impl Cast<dyn ItemDefinitionTypeMut> for ServiceTask
impl Cast<dyn ItemDefinitionTypeMut> for ServiceTask
Source§impl Cast<dyn LaneSetType> for ServiceTask
impl Cast<dyn LaneSetType> for ServiceTask
Source§impl Cast<dyn LaneSetTypeMut> for ServiceTask
impl Cast<dyn LaneSetTypeMut> for ServiceTask
Source§impl Cast<dyn LaneType> for ServiceTask
impl Cast<dyn LaneType> for ServiceTask
Source§impl Cast<dyn LaneTypeMut> for ServiceTask
impl Cast<dyn LaneTypeMut> for ServiceTask
Source§impl Cast<dyn LinkEventDefinitionType> for ServiceTask
impl Cast<dyn LinkEventDefinitionType> for ServiceTask
Source§impl Cast<dyn LinkEventDefinitionTypeMut> for ServiceTask
impl Cast<dyn LinkEventDefinitionTypeMut> for ServiceTask
Source§impl Cast<dyn LoopCharacteristicsType> for ServiceTask
impl Cast<dyn LoopCharacteristicsType> for ServiceTask
Source§impl Cast<dyn LoopCharacteristicsTypeMut> for ServiceTask
impl Cast<dyn LoopCharacteristicsTypeMut> for ServiceTask
Source§impl Cast<dyn ManualTaskType> for ServiceTask
impl Cast<dyn ManualTaskType> for ServiceTask
Source§impl Cast<dyn ManualTaskTypeMut> for ServiceTask
impl Cast<dyn ManualTaskTypeMut> for ServiceTask
Source§impl Cast<dyn MessageEventDefinitionType> for ServiceTask
impl Cast<dyn MessageEventDefinitionType> for ServiceTask
Source§impl Cast<dyn MessageEventDefinitionTypeMut> for ServiceTask
impl Cast<dyn MessageEventDefinitionTypeMut> for ServiceTask
Source§impl Cast<dyn MessageFlowAssociationType> for ServiceTask
impl Cast<dyn MessageFlowAssociationType> for ServiceTask
Source§impl Cast<dyn MessageFlowAssociationTypeMut> for ServiceTask
impl Cast<dyn MessageFlowAssociationTypeMut> for ServiceTask
Source§impl Cast<dyn MessageFlowType> for ServiceTask
impl Cast<dyn MessageFlowType> for ServiceTask
Source§impl Cast<dyn MessageFlowTypeMut> for ServiceTask
impl Cast<dyn MessageFlowTypeMut> for ServiceTask
Source§impl Cast<dyn MessageType> for ServiceTask
impl Cast<dyn MessageType> for ServiceTask
Source§impl Cast<dyn MessageTypeMut> for ServiceTask
impl Cast<dyn MessageTypeMut> for ServiceTask
Source§impl Cast<dyn MonitoringType> for ServiceTask
impl Cast<dyn MonitoringType> for ServiceTask
Source§impl Cast<dyn MonitoringTypeMut> for ServiceTask
impl Cast<dyn MonitoringTypeMut> for ServiceTask
Source§impl Cast<dyn MultiInstanceLoopCharacteristicsType> for ServiceTask
impl Cast<dyn MultiInstanceLoopCharacteristicsType> for ServiceTask
Source§impl Cast<dyn MultiInstanceLoopCharacteristicsTypeMut> for ServiceTask
impl Cast<dyn MultiInstanceLoopCharacteristicsTypeMut> for ServiceTask
Source§impl Cast<dyn OperationType> for ServiceTask
impl Cast<dyn OperationType> for ServiceTask
Source§impl Cast<dyn OperationTypeMut> for ServiceTask
impl Cast<dyn OperationTypeMut> for ServiceTask
Source§impl Cast<dyn OutputSetType> for ServiceTask
impl Cast<dyn OutputSetType> for ServiceTask
Source§impl Cast<dyn OutputSetTypeMut> for ServiceTask
impl Cast<dyn OutputSetTypeMut> for ServiceTask
Source§impl Cast<dyn ParallelGatewayType> for ServiceTask
impl Cast<dyn ParallelGatewayType> for ServiceTask
Source§impl Cast<dyn ParallelGatewayTypeMut> for ServiceTask
impl Cast<dyn ParallelGatewayTypeMut> for ServiceTask
Source§impl Cast<dyn ParticipantAssociationType> for ServiceTask
impl Cast<dyn ParticipantAssociationType> for ServiceTask
Source§impl Cast<dyn ParticipantAssociationTypeMut> for ServiceTask
impl Cast<dyn ParticipantAssociationTypeMut> for ServiceTask
Source§impl Cast<dyn ParticipantMultiplicityType> for ServiceTask
impl Cast<dyn ParticipantMultiplicityType> for ServiceTask
Source§impl Cast<dyn ParticipantMultiplicityTypeMut> for ServiceTask
impl Cast<dyn ParticipantMultiplicityTypeMut> for ServiceTask
Source§impl Cast<dyn ParticipantType> for ServiceTask
impl Cast<dyn ParticipantType> for ServiceTask
Source§impl Cast<dyn ParticipantTypeMut> for ServiceTask
impl Cast<dyn ParticipantTypeMut> for ServiceTask
Source§impl Cast<dyn PartnerEntityType> for ServiceTask
impl Cast<dyn PartnerEntityType> for ServiceTask
Source§impl Cast<dyn PartnerEntityTypeMut> for ServiceTask
impl Cast<dyn PartnerEntityTypeMut> for ServiceTask
Source§impl Cast<dyn PartnerRoleType> for ServiceTask
impl Cast<dyn PartnerRoleType> for ServiceTask
Source§impl Cast<dyn PartnerRoleTypeMut> for ServiceTask
impl Cast<dyn PartnerRoleTypeMut> for ServiceTask
Source§impl Cast<dyn PerformerType> for ServiceTask
impl Cast<dyn PerformerType> for ServiceTask
Source§impl Cast<dyn PerformerTypeMut> for ServiceTask
impl Cast<dyn PerformerTypeMut> for ServiceTask
Source§impl Cast<dyn PotentialOwnerType> for ServiceTask
impl Cast<dyn PotentialOwnerType> for ServiceTask
Source§impl Cast<dyn PotentialOwnerTypeMut> for ServiceTask
impl Cast<dyn PotentialOwnerTypeMut> for ServiceTask
Source§impl Cast<dyn ProcessType> for ServiceTask
impl Cast<dyn ProcessType> for ServiceTask
Source§impl Cast<dyn ProcessTypeMut> for ServiceTask
impl Cast<dyn ProcessTypeMut> for ServiceTask
Source§impl Cast<dyn PropertyType> for ServiceTask
impl Cast<dyn PropertyType> for ServiceTask
Source§impl Cast<dyn PropertyTypeMut> for ServiceTask
impl Cast<dyn PropertyTypeMut> for ServiceTask
Source§impl Cast<dyn ReceiveTaskType> for ServiceTask
impl Cast<dyn ReceiveTaskType> for ServiceTask
Source§impl Cast<dyn ReceiveTaskTypeMut> for ServiceTask
impl Cast<dyn ReceiveTaskTypeMut> for ServiceTask
Source§impl Cast<dyn RelationshipType> for ServiceTask
impl Cast<dyn RelationshipType> for ServiceTask
Source§impl Cast<dyn RelationshipTypeMut> for ServiceTask
impl Cast<dyn RelationshipTypeMut> for ServiceTask
Source§impl Cast<dyn RenderingType> for ServiceTask
impl Cast<dyn RenderingType> for ServiceTask
Source§impl Cast<dyn RenderingTypeMut> for ServiceTask
impl Cast<dyn RenderingTypeMut> for ServiceTask
Source§impl Cast<dyn ResourceAssignmentExpressionType> for ServiceTask
impl Cast<dyn ResourceAssignmentExpressionType> for ServiceTask
Source§impl Cast<dyn ResourceAssignmentExpressionTypeMut> for ServiceTask
impl Cast<dyn ResourceAssignmentExpressionTypeMut> for ServiceTask
Source§impl Cast<dyn ResourceParameterBindingType> for ServiceTask
impl Cast<dyn ResourceParameterBindingType> for ServiceTask
Source§impl Cast<dyn ResourceParameterBindingTypeMut> for ServiceTask
impl Cast<dyn ResourceParameterBindingTypeMut> for ServiceTask
Source§impl Cast<dyn ResourceParameterType> for ServiceTask
impl Cast<dyn ResourceParameterType> for ServiceTask
Source§impl Cast<dyn ResourceParameterTypeMut> for ServiceTask
impl Cast<dyn ResourceParameterTypeMut> for ServiceTask
Source§impl Cast<dyn ResourceRoleType> for ServiceTask
impl Cast<dyn ResourceRoleType> for ServiceTask
Source§impl Cast<dyn ResourceRoleTypeMut> for ServiceTask
impl Cast<dyn ResourceRoleTypeMut> for ServiceTask
Source§impl Cast<dyn ResourceType> for ServiceTask
impl Cast<dyn ResourceType> for ServiceTask
Source§impl Cast<dyn ResourceTypeMut> for ServiceTask
impl Cast<dyn ResourceTypeMut> for ServiceTask
Source§impl Cast<dyn RootElementType> for ServiceTask
impl Cast<dyn RootElementType> for ServiceTask
Source§impl Cast<dyn RootElementTypeMut> for ServiceTask
impl Cast<dyn RootElementTypeMut> for ServiceTask
Source§impl Cast<dyn ScriptTaskType> for ServiceTask
impl Cast<dyn ScriptTaskType> for ServiceTask
Source§impl Cast<dyn ScriptTaskTypeMut> for ServiceTask
impl Cast<dyn ScriptTaskTypeMut> for ServiceTask
Source§impl Cast<dyn ScriptType> for ServiceTask
impl Cast<dyn ScriptType> for ServiceTask
Source§impl Cast<dyn ScriptTypeMut> for ServiceTask
impl Cast<dyn ScriptTypeMut> for ServiceTask
Source§impl Cast<dyn SendTaskType> for ServiceTask
impl Cast<dyn SendTaskType> for ServiceTask
Source§impl Cast<dyn SendTaskTypeMut> for ServiceTask
impl Cast<dyn SendTaskTypeMut> for ServiceTask
Source§impl Cast<dyn SequenceFlowType> for ServiceTask
impl Cast<dyn SequenceFlowType> for ServiceTask
Source§impl Cast<dyn SequenceFlowTypeMut> for ServiceTask
impl Cast<dyn SequenceFlowTypeMut> for ServiceTask
Source§impl Cast<dyn ServiceTaskType> for ServiceTask
impl Cast<dyn ServiceTaskType> for ServiceTask
fn cast(&self) -> Option<&(dyn ServiceTaskType + 'static)>
fn cast_mut(&mut self) -> Option<&mut (dyn ServiceTaskType + 'static)>
Source§impl Cast<dyn ServiceTaskTypeMut> for ServiceTask
impl Cast<dyn ServiceTaskTypeMut> for ServiceTask
fn cast(&self) -> Option<&(dyn ServiceTaskTypeMut + 'static)>
fn cast_mut(&mut self) -> Option<&mut (dyn ServiceTaskTypeMut + 'static)>
Source§impl Cast<dyn SignalEventDefinitionType> for ServiceTask
impl Cast<dyn SignalEventDefinitionType> for ServiceTask
Source§impl Cast<dyn SignalEventDefinitionTypeMut> for ServiceTask
impl Cast<dyn SignalEventDefinitionTypeMut> for ServiceTask
Source§impl Cast<dyn SignalType> for ServiceTask
impl Cast<dyn SignalType> for ServiceTask
Source§impl Cast<dyn SignalTypeMut> for ServiceTask
impl Cast<dyn SignalTypeMut> for ServiceTask
Source§impl Cast<dyn StandardLoopCharacteristicsType> for ServiceTask
impl Cast<dyn StandardLoopCharacteristicsType> for ServiceTask
Source§impl Cast<dyn StandardLoopCharacteristicsTypeMut> for ServiceTask
impl Cast<dyn StandardLoopCharacteristicsTypeMut> for ServiceTask
Source§impl Cast<dyn StartEventType> for ServiceTask
impl Cast<dyn StartEventType> for ServiceTask
Source§impl Cast<dyn StartEventTypeMut> for ServiceTask
impl Cast<dyn StartEventTypeMut> for ServiceTask
Source§impl Cast<dyn SubChoreographyType> for ServiceTask
impl Cast<dyn SubChoreographyType> for ServiceTask
Source§impl Cast<dyn SubChoreographyTypeMut> for ServiceTask
impl Cast<dyn SubChoreographyTypeMut> for ServiceTask
Source§impl Cast<dyn SubConversationType> for ServiceTask
impl Cast<dyn SubConversationType> for ServiceTask
Source§impl Cast<dyn SubConversationTypeMut> for ServiceTask
impl Cast<dyn SubConversationTypeMut> for ServiceTask
Source§impl Cast<dyn SubProcessType> for ServiceTask
impl Cast<dyn SubProcessType> for ServiceTask
Source§impl Cast<dyn SubProcessTypeMut> for ServiceTask
impl Cast<dyn SubProcessTypeMut> for ServiceTask
Source§impl Cast<dyn TaskType> for ServiceTask
impl Cast<dyn TaskType> for ServiceTask
Source§impl Cast<dyn TaskTypeMut> for ServiceTask
impl Cast<dyn TaskTypeMut> for ServiceTask
fn cast(&self) -> Option<&(dyn TaskTypeMut + 'static)>
fn cast_mut(&mut self) -> Option<&mut (dyn TaskTypeMut + 'static)>
Source§impl Cast<dyn TerminateEventDefinitionType> for ServiceTask
impl Cast<dyn TerminateEventDefinitionType> for ServiceTask
Source§impl Cast<dyn TerminateEventDefinitionTypeMut> for ServiceTask
impl Cast<dyn TerminateEventDefinitionTypeMut> for ServiceTask
Source§impl Cast<dyn TextAnnotationType> for ServiceTask
impl Cast<dyn TextAnnotationType> for ServiceTask
Source§impl Cast<dyn TextAnnotationTypeMut> for ServiceTask
impl Cast<dyn TextAnnotationTypeMut> for ServiceTask
Source§impl Cast<dyn TextType> for ServiceTask
impl Cast<dyn TextType> for ServiceTask
Source§impl Cast<dyn TextTypeMut> for ServiceTask
impl Cast<dyn TextTypeMut> for ServiceTask
Source§impl Cast<dyn ThrowEventType> for ServiceTask
impl Cast<dyn ThrowEventType> for ServiceTask
Source§impl Cast<dyn ThrowEventTypeMut> for ServiceTask
impl Cast<dyn ThrowEventTypeMut> for ServiceTask
Source§impl Cast<dyn TimerEventDefinitionType> for ServiceTask
impl Cast<dyn TimerEventDefinitionType> for ServiceTask
Source§impl Cast<dyn TimerEventDefinitionTypeMut> for ServiceTask
impl Cast<dyn TimerEventDefinitionTypeMut> for ServiceTask
Source§impl Cast<dyn TransactionType> for ServiceTask
impl Cast<dyn TransactionType> for ServiceTask
Source§impl Cast<dyn TransactionTypeMut> for ServiceTask
impl Cast<dyn TransactionTypeMut> for ServiceTask
Source§impl Cast<dyn UserTaskType> for ServiceTask
impl Cast<dyn UserTaskType> for ServiceTask
Source§impl Cast<dyn UserTaskTypeMut> for ServiceTask
impl Cast<dyn UserTaskTypeMut> for ServiceTask
Source§impl Clone for ServiceTask
impl Clone for ServiceTask
Source§fn clone(&self) -> ServiceTask
fn clone(&self) -> ServiceTask
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 ServiceTask
impl Debug for ServiceTask
Source§impl Default for ServiceTask
impl Default for ServiceTask
Source§fn default() -> ServiceTask
fn default() -> ServiceTask
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServiceTask
impl<'de> Deserialize<'de> for ServiceTask
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 ServiceTask
impl DocumentElement for ServiceTask
Source§impl DocumentElementContainer for ServiceTask
impl DocumentElementContainer for ServiceTask
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 ServiceTask
impl FlowElementType for ServiceTask
Source§fn monitoring(&self) -> &Option<Monitoring>
fn monitoring(&self) -> &Option<Monitoring>
Get value of
monitoring childSource§fn category_value_refs(&self) -> &Vec<String>
fn category_value_refs(&self) -> &Vec<String>
Get value of
categoryValueRef childSource§impl FlowElementTypeMut for ServiceTask
impl FlowElementTypeMut for ServiceTask
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 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§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 monitoring_mut(&mut self) -> &mut Option<Monitoring>
fn monitoring_mut(&mut self) -> &mut Option<Monitoring>
Get a mutable value of
monitoring childSource§fn set_monitoring(&mut self, v: Option<Monitoring>)
fn set_monitoring(&mut self, v: Option<Monitoring>)
Set value of
monitoring childSource§impl FlowNodeType for ServiceTask
impl FlowNodeType for ServiceTask
Source§impl FlowNodeTypeMut for ServiceTask
impl FlowNodeTypeMut for ServiceTask
Source§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§fn set_outgoings(&mut self, v: Vec<String>)
fn set_outgoings(&mut self, v: Vec<String>)
Set value of
outgoing childSource§fn outgoings_mut(&mut self) -> &mut Vec<String>
fn outgoings_mut(&mut self) -> &mut Vec<String>
Get a mutable value of
outgoing childSource§impl From<ServiceTask> for FlowElement
impl From<ServiceTask> for FlowElement
Source§fn from(original: ServiceTask) -> FlowElement
fn from(original: ServiceTask) -> FlowElement
Converts to this type from the input type.
Source§impl Hash for ServiceTask
impl Hash for ServiceTask
Source§impl PartialEq for ServiceTask
impl PartialEq for ServiceTask
Source§impl Serialize for ServiceTask
impl Serialize for ServiceTask
Source§impl ServiceTaskType for ServiceTask
impl ServiceTaskType for ServiceTask
Source§fn implementation(&self) -> &Option<String>
fn implementation(&self) -> &Option<String>
Get value of attribute
implementationSource§fn operation_ref(&self) -> &Option<String>
fn operation_ref(&self) -> &Option<String>
Get value of attribute
operationRefSource§impl ServiceTaskTypeMut for ServiceTask
impl ServiceTaskTypeMut for ServiceTask
Source§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§impl<'__input> XmlRead<'__input> for ServiceTask
impl<'__input> XmlRead<'__input> for ServiceTask
impl StructuralPartialEq for ServiceTask
impl TaskType for ServiceTask
impl TaskTypeMut for ServiceTask
Auto Trait Implementations§
impl Freeze for ServiceTask
impl RefUnwindSafe for ServiceTask
impl Send for ServiceTask
impl Sync for ServiceTask
impl Unpin for ServiceTask
impl UnwindSafe for ServiceTask
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.