Enum opcua_server::prelude::node_ids::VariableTypeId
source · pub enum VariableTypeId {
Show 37 variants
BaseVariableType,
BaseDataVariableType,
PropertyType,
DataTypeDescriptionType,
DataTypeDictionaryType,
ServerVendorCapabilityType,
ServerStatusType,
ServerDiagnosticsSummaryType,
SamplingIntervalDiagnosticsArrayType,
SamplingIntervalDiagnosticsType,
SubscriptionDiagnosticsArrayType,
SubscriptionDiagnosticsType,
SessionDiagnosticsArrayType,
SessionDiagnosticsVariableType,
SessionSecurityDiagnosticsArrayType,
SessionSecurityDiagnosticsType,
DataItemType,
AnalogItemType,
DiscreteItemType,
TwoStateDiscreteType,
MultiStateDiscreteType,
ProgramDiagnosticType,
StateVariableType,
FiniteStateVariableType,
TransitionVariableType,
FiniteTransitionVariableType,
BuildInfoType,
TwoStateVariableType,
ConditionVariableType,
MultiStateValueDiscreteType,
OptionSetType,
ArrayItemType,
YArrayItemType,
XYArrayItemType,
ImageItemType,
CubeItemType,
NDimensionArrayItemType,
}Variants§
BaseVariableType
BaseDataVariableType
PropertyType
DataTypeDescriptionType
DataTypeDictionaryType
ServerVendorCapabilityType
ServerStatusType
ServerDiagnosticsSummaryType
SamplingIntervalDiagnosticsArrayType
SamplingIntervalDiagnosticsType
SubscriptionDiagnosticsArrayType
SubscriptionDiagnosticsType
SessionDiagnosticsArrayType
SessionDiagnosticsVariableType
SessionSecurityDiagnosticsArrayType
SessionSecurityDiagnosticsType
DataItemType
AnalogItemType
DiscreteItemType
TwoStateDiscreteType
MultiStateDiscreteType
ProgramDiagnosticType
StateVariableType
FiniteStateVariableType
TransitionVariableType
FiniteTransitionVariableType
BuildInfoType
TwoStateVariableType
ConditionVariableType
MultiStateValueDiscreteType
OptionSetType
ArrayItemType
YArrayItemType
XYArrayItemType
ImageItemType
CubeItemType
NDimensionArrayItemType
Implementations§
Trait Implementations§
source§impl Clone for VariableTypeId
impl Clone for VariableTypeId
source§fn clone(&self) -> VariableTypeId
fn clone(&self) -> VariableTypeId
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 VariableTypeId
impl Debug for VariableTypeId
source§impl Into<ExpandedNodeId> for VariableTypeId
impl Into<ExpandedNodeId> for VariableTypeId
source§fn into(self) -> ExpandedNodeId
fn into(self) -> ExpandedNodeId
Converts this type into the (usually inferred) input type.