Enum opcua_server::prelude::node_ids::ReferenceTypeId
source · pub enum ReferenceTypeId {
Show 27 variants
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§
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
Implementations§
Trait Implementations§
source§impl Clone for ReferenceTypeId
impl Clone for ReferenceTypeId
source§fn clone(&self) -> ReferenceTypeId
fn clone(&self) -> ReferenceTypeId
Returns a copy 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 ReferenceTypeId
impl Debug for ReferenceTypeId
source§impl Into<ExpandedNodeId> for ReferenceTypeId
impl Into<ExpandedNodeId> for ReferenceTypeId
source§fn into(self) -> ExpandedNodeId
fn into(self) -> ExpandedNodeId
Converts this type into the (usually inferred) input type.