Enum opcua_types::attribute::AttributeId [−][src]
pub enum AttributeId {
Show 27 variants
NodeId,
NodeClass,
BrowseName,
DisplayName,
Description,
WriteMask,
UserWriteMask,
IsAbstract,
Symmetric,
InverseName,
ContainsNoLoops,
EventNotifier,
Value,
DataType,
ValueRank,
ArrayDimensions,
AccessLevel,
UserAccessLevel,
MinimumSamplingInterval,
Historizing,
Executable,
UserExecutable,
DataTypeDefinition,
RolePermissions,
UserRolePermissions,
AccessRestrictions,
AccessLevelEx,
}Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AttributeId
impl Send for AttributeId
impl Sync for AttributeId
impl Unpin for AttributeId
impl UnwindSafe for AttributeId
Blanket Implementations
Mutably borrows from an owned value. Read more