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