Enum opcua_types::node_ids::ReferenceTypeId [−][src]
pub enum ReferenceTypeId {
Show 43 variants
References,
NonHierarchicalReferences,
HierarchicalReferences,
HasChild,
Organizes,
HasEventSource,
HasModellingRule,
HasEncoding,
HasDescription,
HasTypeDefinition,
GeneratesEvent,
Aggregates,
HasSubtype,
HasProperty,
HasComponent,
HasNotifier,
HasOrderedComponent,
FromState,
ToState,
HasCause,
HasEffect,
HasHistoricalConfiguration,
HasSubStateMachine,
HasArgumentDescription,
HasOptionalInputArgumentDescription,
AlwaysGeneratesEvent,
HasTrueSubState,
HasFalseSubState,
HasCondition,
HasPubSubConnection,
DataSetToWriter,
HasGuard,
HasDataSetWriter,
HasDataSetReader,
HasAlarmSuppressionGroup,
AlarmGroupMember,
HasEffectDisable,
HasDictionaryEntry,
HasInterface,
HasAddIn,
HasEffectEnable,
HasEffectSuppressed,
HasEffectUnsuppressed,
}Variants
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ReferenceTypeId
impl Send for ReferenceTypeId
impl Sync for ReferenceTypeId
impl Unpin for ReferenceTypeId
impl UnwindSafe for ReferenceTypeId
Blanket Implementations
Mutably borrows from an owned value. Read more