Enum opcua_types::node_ids::ReferenceTypeId
[−]
[src]
pub enum ReferenceTypeId {
References,
NonHierarchicalReferences,
HierarchicalReferences,
HasChild,
Organizes,
HasEventSource,
HasModellingRule,
HasEncoding,
HasDescription,
HasTypeDefinition,
GeneratesEvent,
Aggregates,
HasSubtype,
HasProperty,
HasComponent,
HasNotifier,
HasOrderedComponent,
FromState,
ToState,
HasCause,
HasEffect,
HasHistoricalConfiguration,
HasSubStateMachine,
AlwaysGeneratesEvent,
HasTrueSubState,
HasFalseSubState,
HasCondition,
}Variants
ReferencesNonHierarchicalReferencesHierarchicalReferencesHasChildOrganizesHasEventSourceHasModellingRuleHasEncodingHasDescriptionHasTypeDefinitionGeneratesEventAggregatesHasSubtypeHasPropertyHasComponentHasNotifierHasOrderedComponentFromStateToStateHasCauseHasEffectHasHistoricalConfigurationHasSubStateMachineAlwaysGeneratesEventHasTrueSubStateHasFalseSubStateHasCondition
Methods
impl ReferenceTypeId[src]
Trait Implementations
impl Debug for ReferenceTypeId[src]
impl PartialEq for ReferenceTypeId[src]
fn eq(&self, __arg_0: &ReferenceTypeId) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Copy for ReferenceTypeId[src]
impl Clone for ReferenceTypeId[src]
fn clone(&self) -> ReferenceTypeId[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Into<NodeId> for ReferenceTypeId[src]
impl Into<ExpandedNodeId> for ReferenceTypeId[src]
fn into(self) -> ExpandedNodeId[src]
Performs the conversion.