[][src]Enum opcua_server::prelude::node_ids::ReferenceTypeId

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,
    HasArgumentDescription,
    HasOptionalInputArgumentDescription,
    AlwaysGeneratesEvent,
    HasTrueSubState,
    HasFalseSubState,
    HasCondition,
    HasPubSubConnection,
    DataSetToWriter,
    HasGuard,
    HasDataSetWriter,
    HasDataSetReader,
    HasAlarmSuppressionGroup,
    AlarmGroupMember,
    HasEffectDisable,
    HasDictionaryEntry,
    HasInterface,
    HasAddIn,
    HasEffectEnable,
    HasEffectSuppressed,
    HasEffectUnsuppressed,
}

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

Trait Implementations

impl Clone for ReferenceTypeId[src]

impl Copy for ReferenceTypeId[src]

impl Debug for ReferenceTypeId[src]

impl Eq for ReferenceTypeId[src]

impl<'a> From<&'a ReferenceTypeId> for NodeId[src]

impl Hash for ReferenceTypeId[src]

impl Into<ExpandedNodeId> for ReferenceTypeId[src]

impl Into<NodeId> for ReferenceTypeId[src]

impl PartialEq<ReferenceTypeId> for ReferenceTypeId[src]

impl StructuralEq for ReferenceTypeId[src]

impl StructuralPartialEq for ReferenceTypeId[src]

impl TryFrom<u32> for ReferenceTypeId[src]

type Error = ()

The type returned in the event of a conversion error.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,