Enum opcua_types::AttributeId [] [src]

pub enum AttributeId {
    NodeId,
    NodeClass,
    BrowseName,
    DisplayName,
    Description,
    WriteMask,
    UserWriteMask,
    IsAbstract,
    Symmetric,
    InverseName,
    ContainsNoLoops,
    EventNotifier,
    Value,
    DataType,
    ValueRank,
    ArrayDimensions,
    AccessLevel,
    UserAccessLevel,
    MinimumSamplingInterval,
    Historizing,
    Executable,
    UserExecutable,
}

Variants

Methods

impl AttributeId
[src]

Trait Implementations

impl Debug for AttributeId
[src]

Formats the value using the given formatter.

impl Copy for AttributeId
[src]

impl Clone for AttributeId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AttributeId
[src]

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

This method tests for !=.