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

Methods

impl ReferenceTypeId
[src]

Trait Implementations

impl Debug for ReferenceTypeId
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ReferenceTypeId
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Copy for ReferenceTypeId
[src]

impl Clone for ReferenceTypeId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Into<NodeId> for ReferenceTypeId
[src]

[src]

Performs the conversion.

impl Into<ExpandedNodeId> for ReferenceTypeId
[src]

[src]

Performs the conversion.