ScriptType

Trait ScriptType 

Source
pub trait ScriptType:
    Downcast
    + Debug
    + Send
    + DynClone { }
Expand description

Access to script

Implementations§

Source§

impl dyn ScriptType

Source

pub fn is<__T: ScriptType>(&self) -> bool

Returns true if the trait object wraps an object of type __T.

Source

pub fn downcast<__T: ScriptType>(self: Box<Self>) -> Result<Box<__T>, Box<Self>>

Returns a boxed object from a boxed trait object if the underlying object is of type __T. Returns the original boxed trait if it isn’t.

Source

pub fn downcast_rc<__T: ScriptType>(self: Rc<Self>) -> Result<Rc<__T>, Rc<Self>>

Returns an Rc-ed object from an Rc-ed trait object if the underlying object is of type __T. Returns the original Rc-ed trait if it isn’t.

Source

pub fn downcast_ref<__T: ScriptType>(&self) -> Option<&__T>

Returns a reference to the object within the trait object if it is of type __T, or None if it isn’t.

Source

pub fn downcast_mut<__T: ScriptType>(&mut self) -> Option<&mut __T>

Returns a mutable reference to the object within the trait object if it is of type __T, or None if it isn’t.

Trait Implementations§

Source§

impl Cast<dyn ScriptType> for Activity

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for AdHocSubProcess

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Artifact

Source§

fn cast(&self) -> Option<&(dyn ScriptType + 'static)>

Source§

fn cast_mut(&mut self) -> Option<&mut (dyn ScriptType + 'static)>

Source§

impl Cast<dyn ScriptType> for Assignment

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Association

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Auditing

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for BaseElement

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for BaseElementWithMixedContent

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for BoundaryEvent

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for BusinessRuleTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for CallActivity

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for CallChoreography

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for CallConversation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for CallableElement

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for CancelEventDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for CatchEvent

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Category

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for CategoryValue

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Choreography

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for ChoreographyActivity

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for ChoreographyTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Collaboration

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for CompensateEventDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for ComplexBehaviorDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for ComplexGateway

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for ConditionalEventDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Conversation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for ConversationAssociation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for ConversationNode

Source§

fn cast(&self) -> Option<&(dyn ScriptType + 'static)>

Source§

fn cast_mut(&mut self) -> Option<&mut (dyn ScriptType + 'static)>

Source§

impl Cast<dyn ScriptType> for CorrelationKey

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for CorrelationProperty

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for CorrelationPropertyBinding

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for CorrelationPropertyRetrievalExpression

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for CorrelationSubscription

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for DataAssociation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for DataInput

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for DataInputAssociation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for DataObject

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for DataObjectReference

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for DataOutput

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for DataOutputAssociation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for DataState

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for DataStore

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for DataStoreReference

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Definitions

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Documentation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for EndEvent

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for EndPoint

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Error

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for ErrorEventDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Escalation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for EscalationEventDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Event

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for EventBasedGateway

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for EventDefinition

Source§

fn cast(&self) -> Option<&(dyn ScriptType + 'static)>

Source§

fn cast_mut(&mut self) -> Option<&mut (dyn ScriptType + 'static)>

Source§

impl Cast<dyn ScriptType> for ExclusiveGateway

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Expr

Source§

fn cast(&self) -> Option<&(dyn ScriptType + 'static)>

Source§

fn cast_mut(&mut self) -> Option<&mut (dyn ScriptType + 'static)>

Source§

impl Cast<dyn ScriptType> for Expression

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Extension

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for ExtensionElements

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for FlowElement

Source§

fn cast(&self) -> Option<&(dyn ScriptType + 'static)>

Source§

fn cast_mut(&mut self) -> Option<&mut (dyn ScriptType + 'static)>

Source§

impl Cast<dyn ScriptType> for FlowNode

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for FormalExpression

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Gateway

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for GlobalBusinessRuleTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for GlobalChoreographyTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for GlobalConversation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for GlobalManualTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for GlobalScriptTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for GlobalTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for GlobalUserTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Group

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for HumanPerformer

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for ImplicitThrowEvent

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Import

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for InclusiveGateway

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for InputOutputBinding

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for InputOutputSpecification

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for InputSet

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Interface

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for IntermediateCatchEvent

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for IntermediateThrowEvent

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for ItemDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Lane

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for LaneSet

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for LinkEventDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for LoopCharacteristics

Source§

fn cast(&self) -> Option<&(dyn ScriptType + 'static)>

Source§

fn cast_mut(&mut self) -> Option<&mut (dyn ScriptType + 'static)>

Source§

impl Cast<dyn ScriptType> for ManualTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Message

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for MessageEventDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for MessageFlow

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for MessageFlowAssociation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Monitoring

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for MultiInstanceLoopCharacteristics

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Operation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for OutputSet

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for ParallelGateway

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Participant

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for ParticipantAssociation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for ParticipantMultiplicity

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for PartnerEntity

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for PartnerRole

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Performer

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for PotentialOwner

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Process

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Property

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for ReceiveTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Relationship

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Rendering

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Resource

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for ResourceAssignmentExpression

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for ResourceParameter

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for ResourceParameterBinding

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for ResourceRole

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for RootElement

Source§

fn cast(&self) -> Option<&(dyn ScriptType + 'static)>

Source§

fn cast_mut(&mut self) -> Option<&mut (dyn ScriptType + 'static)>

Source§

impl Cast<dyn ScriptType> for Script

Source§

fn cast(&self) -> Option<&(dyn ScriptType + 'static)>

Source§

fn cast_mut(&mut self) -> Option<&mut (dyn ScriptType + 'static)>

Source§

impl Cast<dyn ScriptType> for ScriptTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for SendTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for SequenceFlow

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for ServiceTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Signal

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for SignalEventDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for StandardLoopCharacteristics

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for StartEvent

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for SubChoreography

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for SubConversation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for SubProcess

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Task

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for TerminateEventDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Text

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for TextAnnotation

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for ThrowEvent

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for TimerEventDefinition

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for Transaction

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Source§

impl Cast<dyn ScriptType> for UserTask

Source§

fn cast(&self) -> Option<&T>

Source§

fn cast_mut(&mut self) -> Option<&mut T>

Implementors§