XmlType

Trait XmlType 

Source
pub trait XmlType {
    const TAG: &'static str;

    // Provided method
    fn tag(&self) -> &str { ... }
}
Expand description

Trait for XML type name. Used by both XmlDecodable and XmlEncodable.

Required Associated Constants§

Source

const TAG: &'static str

The static fallback tag for this type. Convenience feature, but also used in nested types.

Provided Methods§

Source

fn tag(&self) -> &str

The XML tag name for this type.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl XmlType for bool

Source§

const TAG: &'static str = "Boolean"

Source§

impl XmlType for f32

Source§

const TAG: &'static str = "Float"

Source§

impl XmlType for f64

Source§

const TAG: &'static str = "Double"

Source§

impl XmlType for i8

Source§

const TAG: &'static str = "SByte"

Source§

impl XmlType for i16

Source§

const TAG: &'static str = "Int16"

Source§

impl XmlType for i32

Source§

const TAG: &'static str = "Int32"

Source§

impl XmlType for i64

Source§

const TAG: &'static str = "Int64"

Source§

impl XmlType for str

Source§

const TAG: &'static str = "String"

Source§

impl XmlType for u8

Source§

const TAG: &'static str = "Byte"

Source§

impl XmlType for u16

Source§

const TAG: &'static str = "UInt16"

Source§

impl XmlType for u32

Source§

const TAG: &'static str = "UInt32"

Source§

impl XmlType for u64

Source§

const TAG: &'static str = "UInt64"

Source§

impl XmlType for String

Source§

const TAG: &'static str = "String"

Source§

impl<T> XmlType for Option<T>
where T: XmlType,

Source§

const TAG: &'static str = T::TAG

Source§

fn tag(&self) -> &str

Source§

impl<T> XmlType for Box<T>
where T: XmlType,

Source§

const TAG: &'static str = T::TAG

Source§

fn tag(&self) -> &str

Source§

impl<T> XmlType for Vec<T>
where T: XmlType,

Source§

const TAG: &'static str = T::TAG

Source§

fn tag(&self) -> &str

Implementors§

Source§

impl XmlType for ActionState

Source§

const TAG: &'static str = "ActionState"

Source§

impl XmlType for ApplicationType

Source§

const TAG: &'static str = "ApplicationType"

Source§

impl XmlType for AxisScaleEnumeration

Source§

const TAG: &'static str = "AxisScaleEnumeration"

Source§

impl XmlType for BrokerTransportQualityOfService

Source§

const TAG: &'static str = "BrokerTransportQualityOfService"

Source§

impl XmlType for BrowseDirection

Source§

const TAG: &'static str = "BrowseDirection"

Source§

impl XmlType for BrowseResultMask

Source§

const TAG: &'static str = "BrowseResultMask"

Source§

impl XmlType for ChassisIdSubtype

Source§

const TAG: &'static str = "ChassisIdSubtype"

Source§

impl XmlType for ConversionLimitEnum

Source§

const TAG: &'static str = "ConversionLimitEnum"

Source§

impl XmlType for DataChangeTrigger

Source§

const TAG: &'static str = "DataChangeTrigger"

Source§

impl XmlType for DataSetOrderingType

Source§

const TAG: &'static str = "DataSetOrderingType"

Source§

impl XmlType for DeadbandType

Source§

const TAG: &'static str = "DeadbandType"

Source§

impl XmlType for DiagnosticsLevel

Source§

const TAG: &'static str = "DiagnosticsLevel"

Source§

impl XmlType for Duplex

Source§

const TAG: &'static str = "Duplex"

Source§

impl XmlType for ExceptionDeviationFormat

Source§

const TAG: &'static str = "ExceptionDeviationFormat"

Source§

impl XmlType for FilterOperator

Source§

const TAG: &'static str = "FilterOperator"

Source§

impl XmlType for HistoryUpdateType

Source§

const TAG: &'static str = "HistoryUpdateType"

Source§

impl XmlType for IdType

Source§

const TAG: &'static str = "IdType"

Source§

impl XmlType for IdentityCriteriaType

Source§

const TAG: &'static str = "IdentityCriteriaType"

Source§

impl XmlType for InterfaceAdminStatus

Source§

const TAG: &'static str = "InterfaceAdminStatus"

Source§

impl XmlType for InterfaceOperStatus

Source§

const TAG: &'static str = "InterfaceOperStatus"

Source§

impl XmlType for ManAddrIfSubtype

Source§

const TAG: &'static str = "ManAddrIfSubtype"

Source§

impl XmlType for MessageSecurityMode

Source§

const TAG: &'static str = "MessageSecurityMode"

Source§

impl XmlType for ModelChangeStructureVerbMask

Source§

const TAG: &'static str = "ModelChangeStructureVerbMask"

Source§

impl XmlType for MonitoringMode

Source§

const TAG: &'static str = "MonitoringMode"

Source§

impl XmlType for NamingRuleType

Source§

const TAG: &'static str = "NamingRuleType"

Source§

impl XmlType for NegotiationStatus

Source§

const TAG: &'static str = "NegotiationStatus"

Source§

impl XmlType for NodeAttributesMask

Source§

const TAG: &'static str = "NodeAttributesMask"

Source§

impl XmlType for NodeClass

Source§

const TAG: &'static str = "NodeClass"

Source§

impl XmlType for OpenFileMode

Source§

const TAG: &'static str = "OpenFileMode"

Source§

impl XmlType for OverrideValueHandling

Source§

const TAG: &'static str = "OverrideValueHandling"

Source§

impl XmlType for PerformUpdateType

Source§

const TAG: &'static str = "PerformUpdateType"

Source§

impl XmlType for PortIdSubtype

Source§

const TAG: &'static str = "PortIdSubtype"

Source§

impl XmlType for PubSubDiagnosticsCounterClassification

Source§

const TAG: &'static str = "PubSubDiagnosticsCounterClassification"

Source§

impl XmlType for PubSubState

Source§

const TAG: &'static str = "PubSubState"

Source§

impl XmlType for RedundancySupport

Source§

const TAG: &'static str = "RedundancySupport"

Source§

impl XmlType for RedundantServerMode

Source§

const TAG: &'static str = "RedundantServerMode"

Source§

impl XmlType for SecurityTokenRequestType

Source§

const TAG: &'static str = "SecurityTokenRequestType"

Source§

impl XmlType for ServerState

Source§

const TAG: &'static str = "ServerState"

Source§

impl XmlType for SortOrderType

Source§

const TAG: &'static str = "SortOrderType"

Source§

impl XmlType for StructureType

Source§

const TAG: &'static str = "StructureType"

Source§

impl XmlType for TimestampsToReturn

Source§

const TAG: &'static str = "TimestampsToReturn"

Source§

impl XmlType for TrustListMasks

Source§

const TAG: &'static str = "TrustListMasks"

Source§

impl XmlType for TsnFailureCode

Source§

const TAG: &'static str = "TsnFailureCode"

Source§

impl XmlType for TsnListenerStatus

Source§

const TAG: &'static str = "TsnListenerStatus"

Source§

impl XmlType for TsnStreamState

Source§

const TAG: &'static str = "TsnStreamState"

Source§

impl XmlType for TsnTalkerStatus

Source§

const TAG: &'static str = "TsnTalkerStatus"

Source§

impl XmlType for UserTokenType

Source§

const TAG: &'static str = "UserTokenType"

Source§

impl XmlType for NumericRange

Available on crate feature xml only.
Source§

const TAG: &'static str = "NumericRange"

Source§

impl XmlType for Variant

Source§

const TAG: &'static str = "Variant"

Source§

impl XmlType for Argument

Source§

const TAG: &'static str = "Argument"

Source§

impl XmlType for ByteString

Source§

const TAG: &'static str = "ByteString"

Source§

impl XmlType for DynamicStructure

Source§

const TAG: &'static str = "Unknown"

Source§

impl XmlType for DataValue

Source§

const TAG: &'static str = "DataValue"

Source§

impl XmlType for DateTime

Source§

const TAG: &'static str = "DateTime"

Source§

impl XmlType for DiagnosticBits

Source§

const TAG: &'static str = u32::TAG

Source§

impl XmlType for DiagnosticInfo

Source§

const TAG: &'static str = "DiagnosticInfo"

Source§

impl XmlType for ExpandedNodeId

Source§

const TAG: &'static str = "ExpandedNodeId"

Source§

impl XmlType for ExtensionObject

Source§

const TAG: &'static str = "ExtensionObject"

Source§

impl XmlType for Guid

Source§

const TAG: &'static str = "Guid"

Source§

impl XmlType for LocalizedText

Source§

const TAG: &'static str = "LocalizedText"

Source§

impl XmlType for NodeId

Source§

const TAG: &'static str = "NodeId"

Source§

impl XmlType for QualifiedName

Source§

const TAG: &'static str = "QualifiedName"

Source§

impl XmlType for RequestHeader

Source§

const TAG: &'static str = "RequestHeader"

Source§

impl XmlType for ResponseHeader

Source§

const TAG: &'static str = "ResponseHeader"

Source§

impl XmlType for StatusCode

Source§

const TAG: &'static str = "StatusCode"

Source§

impl XmlType for UAString

Source§

const TAG: &'static str = "String"

Source§

impl XmlType for AccessLevelExType

Available on crate feature xml only.
Source§

const TAG: &'static str = "AccessLevelExType"

Source§

impl XmlType for AccessLevelType

Available on crate feature xml only.
Source§

const TAG: &'static str = "AccessLevelType"

Source§

impl XmlType for AccessRestrictionType

Available on crate feature xml only.
Source§

const TAG: &'static str = "AccessRestrictionType"

Source§

impl XmlType for ActionMethodDataType

Source§

const TAG: &'static str = "ActionMethodDataType"

Source§

impl XmlType for ActionTargetDataType

Source§

const TAG: &'static str = "ActionTargetDataType"

Source§

impl XmlType for ActivateSessionRequest

Source§

const TAG: &'static str = "ActivateSessionRequest"

Source§

impl XmlType for ActivateSessionResponse

Source§

const TAG: &'static str = "ActivateSessionResponse"

Source§

impl XmlType for AddNodesItem

Source§

const TAG: &'static str = "AddNodesItem"

Source§

impl XmlType for AddNodesRequest

Source§

const TAG: &'static str = "AddNodesRequest"

Source§

impl XmlType for AddNodesResponse

Source§

const TAG: &'static str = "AddNodesResponse"

Source§

impl XmlType for AddNodesResult

Source§

const TAG: &'static str = "AddNodesResult"

Source§

impl XmlType for AddReferencesItem

Source§

const TAG: &'static str = "AddReferencesItem"

Source§

impl XmlType for AddReferencesRequest

Source§

const TAG: &'static str = "AddReferencesRequest"

Source§

impl XmlType for AddReferencesResponse

Source§

const TAG: &'static str = "AddReferencesResponse"

Source§

impl XmlType for AdditionalParametersType

Source§

const TAG: &'static str = "AdditionalParametersType"

Source§

impl XmlType for AggregateConfiguration

Source§

const TAG: &'static str = "AggregateConfiguration"

Source§

impl XmlType for AggregateFilter

Source§

const TAG: &'static str = "AggregateFilter"

Source§

impl XmlType for AggregateFilterResult

Source§

const TAG: &'static str = "AggregateFilterResult"

Source§

impl XmlType for AlarmMask

Available on crate feature xml only.
Source§

const TAG: &'static str = "AlarmMask"

Source§

impl XmlType for AliasNameDataType

Source§

const TAG: &'static str = "AliasNameDataType"

Source§

impl XmlType for Annotation

Source§

const TAG: &'static str = "Annotation"

Source§

impl XmlType for AnnotationDataType

Source§

const TAG: &'static str = "AnnotationDataType"

Source§

impl XmlType for AnonymousIdentityToken

Source§

const TAG: &'static str = "AnonymousIdentityToken"

Source§

impl XmlType for ApplicationDescription

Source§

const TAG: &'static str = "ApplicationDescription"

Source§

impl XmlType for AttributeOperand

Source§

const TAG: &'static str = "AttributeOperand"

Source§

impl XmlType for AttributeWriteMask

Available on crate feature xml only.
Source§

const TAG: &'static str = "AttributeWriteMask"

Source§

impl XmlType for AxisInformation

Source§

const TAG: &'static str = "AxisInformation"

Source§

impl XmlType for BitFieldDefinition

Source§

const TAG: &'static str = "BitFieldDefinition"

Source§

impl XmlType for BrokerConnectionTransportDataType

Source§

const TAG: &'static str = "BrokerConnectionTransportDataType"

Source§

impl XmlType for BrokerDataSetReaderTransportDataType

Source§

const TAG: &'static str = "BrokerDataSetReaderTransportDataType"

Source§

impl XmlType for BrokerDataSetWriterTransportDataType

Source§

const TAG: &'static str = "BrokerDataSetWriterTransportDataType"

Source§

impl XmlType for BrokerWriterGroupTransportDataType

Source§

const TAG: &'static str = "BrokerWriterGroupTransportDataType"

Source§

impl XmlType for BrowseDescription

Source§

const TAG: &'static str = "BrowseDescription"

Source§

impl XmlType for BrowseNextRequest

Source§

const TAG: &'static str = "BrowseNextRequest"

Source§

impl XmlType for BrowseNextResponse

Source§

const TAG: &'static str = "BrowseNextResponse"

Source§

impl XmlType for BrowsePath

Source§

const TAG: &'static str = "BrowsePath"

Source§

impl XmlType for BrowsePathResult

Source§

const TAG: &'static str = "BrowsePathResult"

Source§

impl XmlType for BrowsePathTarget

Source§

const TAG: &'static str = "BrowsePathTarget"

Source§

impl XmlType for BrowseRequest

Source§

const TAG: &'static str = "BrowseRequest"

Source§

impl XmlType for BrowseResponse

Source§

const TAG: &'static str = "BrowseResponse"

Source§

impl XmlType for BrowseResult

Source§

const TAG: &'static str = "BrowseResult"

Source§

impl XmlType for BuildInfo

Source§

const TAG: &'static str = "BuildInfo"

Source§

impl XmlType for CallMethodRequest

Source§

const TAG: &'static str = "CallMethodRequest"

Source§

impl XmlType for CallMethodResult

Source§

const TAG: &'static str = "CallMethodResult"

Source§

impl XmlType for CallRequest

Source§

const TAG: &'static str = "CallRequest"

Source§

impl XmlType for CallResponse

Source§

const TAG: &'static str = "CallResponse"

Source§

impl XmlType for CancelRequest

Source§

const TAG: &'static str = "CancelRequest"

Source§

impl XmlType for CancelResponse

Source§

const TAG: &'static str = "CancelResponse"

Source§

impl XmlType for ChannelSecurityToken

Source§

const TAG: &'static str = "ChannelSecurityToken"

Source§

impl XmlType for CloseSecureChannelRequest

Source§

const TAG: &'static str = "CloseSecureChannelRequest"

Source§

impl XmlType for CloseSecureChannelResponse

Source§

const TAG: &'static str = "CloseSecureChannelResponse"

Source§

impl XmlType for CloseSessionRequest

Source§

const TAG: &'static str = "CloseSessionRequest"

Source§

impl XmlType for CloseSessionResponse

Source§

const TAG: &'static str = "CloseSessionResponse"

Source§

impl XmlType for ComplexNumberType

Source§

const TAG: &'static str = "ComplexNumberType"

Source§

impl XmlType for ConfigurationVersionDataType

Source§

const TAG: &'static str = "ConfigurationVersionDataType"

Source§

impl XmlType for ContentFilter

Source§

const TAG: &'static str = "ContentFilter"

Source§

impl XmlType for ContentFilterElement

Source§

const TAG: &'static str = "ContentFilterElement"

Source§

impl XmlType for ContentFilterElementResult

Source§

const TAG: &'static str = "ContentFilterElementResult"

Source§

impl XmlType for ContentFilterResult

Source§

const TAG: &'static str = "ContentFilterResult"

Source§

impl XmlType for CreateMonitoredItemsRequest

Source§

const TAG: &'static str = "CreateMonitoredItemsRequest"

Source§

impl XmlType for CreateMonitoredItemsResponse

Source§

const TAG: &'static str = "CreateMonitoredItemsResponse"

Source§

impl XmlType for CreateSessionRequest

Source§

const TAG: &'static str = "CreateSessionRequest"

Source§

impl XmlType for CreateSessionResponse

Source§

const TAG: &'static str = "CreateSessionResponse"

Source§

impl XmlType for CreateSubscriptionRequest

Source§

const TAG: &'static str = "CreateSubscriptionRequest"

Source§

impl XmlType for CreateSubscriptionResponse

Source§

const TAG: &'static str = "CreateSubscriptionResponse"

Source§

impl XmlType for CurrencyUnitType

Source§

const TAG: &'static str = "CurrencyUnitType"

Source§

impl XmlType for DataChangeFilter

Source§

const TAG: &'static str = "DataChangeFilter"

Source§

impl XmlType for DataChangeNotification

Source§

const TAG: &'static str = "DataChangeNotification"

Source§

impl XmlType for DataSetFieldContentMask

Available on crate feature xml only.
Source§

const TAG: &'static str = "DataSetFieldContentMask"

Source§

impl XmlType for DataSetFieldFlags

Available on crate feature xml only.
Source§

const TAG: &'static str = "DataSetFieldFlags"

Source§

impl XmlType for DataSetMetaDataType

Source§

const TAG: &'static str = "DataSetMetaDataType"

Source§

impl XmlType for DataSetReaderDataType

Source§

const TAG: &'static str = "DataSetReaderDataType"

Source§

impl XmlType for DataSetWriterDataType

Source§

const TAG: &'static str = "DataSetWriterDataType"

Source§

impl XmlType for DataTypeAttributes

Source§

const TAG: &'static str = "DataTypeAttributes"

Source§

impl XmlType for DatagramConnectionTransport2DataType

Source§

const TAG: &'static str = "DatagramConnectionTransport2DataType"

Source§

impl XmlType for DatagramConnectionTransportDataType

Source§

const TAG: &'static str = "DatagramConnectionTransportDataType"

Source§

impl XmlType for DatagramDataSetReaderTransportDataType

Source§

const TAG: &'static str = "DatagramDataSetReaderTransportDataType"

Source§

impl XmlType for DatagramWriterGroupTransport2DataType

Source§

const TAG: &'static str = "DatagramWriterGroupTransport2DataType"

Source§

impl XmlType for DatagramWriterGroupTransportDataType

Source§

const TAG: &'static str = "DatagramWriterGroupTransportDataType"

Source§

impl XmlType for DecimalDataType

Source§

const TAG: &'static str = "DecimalDataType"

Source§

impl XmlType for DeleteAtTimeDetails

Source§

const TAG: &'static str = "DeleteAtTimeDetails"

Source§

impl XmlType for DeleteEventDetails

Source§

const TAG: &'static str = "DeleteEventDetails"

Source§

impl XmlType for DeleteMonitoredItemsRequest

Source§

const TAG: &'static str = "DeleteMonitoredItemsRequest"

Source§

impl XmlType for DeleteMonitoredItemsResponse

Source§

const TAG: &'static str = "DeleteMonitoredItemsResponse"

Source§

impl XmlType for DeleteNodesItem

Source§

const TAG: &'static str = "DeleteNodesItem"

Source§

impl XmlType for DeleteNodesRequest

Source§

const TAG: &'static str = "DeleteNodesRequest"

Source§

impl XmlType for DeleteNodesResponse

Source§

const TAG: &'static str = "DeleteNodesResponse"

Source§

impl XmlType for DeleteRawModifiedDetails

Source§

const TAG: &'static str = "DeleteRawModifiedDetails"

Source§

impl XmlType for DeleteReferencesItem

Source§

const TAG: &'static str = "DeleteReferencesItem"

Source§

impl XmlType for DeleteReferencesRequest

Source§

const TAG: &'static str = "DeleteReferencesRequest"

Source§

impl XmlType for DeleteReferencesResponse

Source§

const TAG: &'static str = "DeleteReferencesResponse"

Source§

impl XmlType for DeleteSubscriptionsRequest

Source§

const TAG: &'static str = "DeleteSubscriptionsRequest"

Source§

impl XmlType for DeleteSubscriptionsResponse

Source§

const TAG: &'static str = "DeleteSubscriptionsResponse"

Source§

impl XmlType for DiscoveryConfiguration

Source§

const TAG: &'static str = "DiscoveryConfiguration"

Source§

impl XmlType for DoubleComplexNumberType

Source§

const TAG: &'static str = "DoubleComplexNumberType"

Source§

impl XmlType for DtlsPubSubConnectionDataType

Source§

const TAG: &'static str = "DtlsPubSubConnectionDataType"

Source§

impl XmlType for EUInformation

Source§

const TAG: &'static str = "EUInformation"

Source§

impl XmlType for ElementOperand

Source§

const TAG: &'static str = "ElementOperand"

Source§

impl XmlType for EndpointConfiguration

Source§

const TAG: &'static str = "EndpointConfiguration"

Source§

impl XmlType for EndpointDescription

Source§

const TAG: &'static str = "EndpointDescription"

Source§

impl XmlType for EndpointType

Source§

const TAG: &'static str = "EndpointType"

Source§

impl XmlType for EndpointUrlListDataType

Source§

const TAG: &'static str = "EndpointUrlListDataType"

Source§

impl XmlType for EnumDefinition

Source§

const TAG: &'static str = "EnumDefinition"

Source§

impl XmlType for EnumDescription

Source§

const TAG: &'static str = "EnumDescription"

Source§

impl XmlType for EnumField

Source§

const TAG: &'static str = "EnumField"

Source§

impl XmlType for EnumValueType

Source§

const TAG: &'static str = "EnumValueType"

Source§

impl XmlType for EphemeralKeyType

Source§

const TAG: &'static str = "EphemeralKeyType"

Source§

impl XmlType for EventFieldList

Source§

const TAG: &'static str = "EventFieldList"

Source§

impl XmlType for EventFilter

Source§

const TAG: &'static str = "EventFilter"

Source§

impl XmlType for EventFilterResult

Source§

const TAG: &'static str = "EventFilterResult"

Source§

impl XmlType for EventNotificationList

Source§

const TAG: &'static str = "EventNotificationList"

Source§

impl XmlType for EventNotifierType

Available on crate feature xml only.
Source§

const TAG: &'static str = "EventNotifierType"

Source§

impl XmlType for FieldMetaData

Source§

const TAG: &'static str = "FieldMetaData"

Source§

impl XmlType for FieldTargetDataType

Source§

const TAG: &'static str = "FieldTargetDataType"

Source§

impl XmlType for FindServersOnNetworkRequest

Source§

const TAG: &'static str = "FindServersOnNetworkRequest"

Source§

impl XmlType for FindServersOnNetworkResponse

Source§

const TAG: &'static str = "FindServersOnNetworkResponse"

Source§

impl XmlType for FindServersRequest

Source§

const TAG: &'static str = "FindServersRequest"

Source§

impl XmlType for FindServersResponse

Source§

const TAG: &'static str = "FindServersResponse"

Source§

impl XmlType for GenericAttributeValue

Source§

const TAG: &'static str = "GenericAttributeValue"

Source§

impl XmlType for GenericAttributes

Source§

const TAG: &'static str = "GenericAttributes"

Source§

impl XmlType for GetEndpointsRequest

Source§

const TAG: &'static str = "GetEndpointsRequest"

Source§

impl XmlType for GetEndpointsResponse

Source§

const TAG: &'static str = "GetEndpointsResponse"

Source§

impl XmlType for HistoryData

Source§

const TAG: &'static str = "HistoryData"

Source§

impl XmlType for HistoryEvent

Source§

const TAG: &'static str = "HistoryEvent"

Source§

impl XmlType for HistoryEventFieldList

Source§

const TAG: &'static str = "HistoryEventFieldList"

Source§

impl XmlType for HistoryModifiedData

Source§

const TAG: &'static str = "HistoryModifiedData"

Source§

impl XmlType for HistoryModifiedEvent

Source§

const TAG: &'static str = "HistoryModifiedEvent"

Source§

impl XmlType for HistoryReadRequest

Source§

const TAG: &'static str = "HistoryReadRequest"

Source§

impl XmlType for HistoryReadResponse

Source§

const TAG: &'static str = "HistoryReadResponse"

Source§

impl XmlType for HistoryReadResult

Source§

const TAG: &'static str = "HistoryReadResult"

Source§

impl XmlType for HistoryReadValueId

Source§

const TAG: &'static str = "HistoryReadValueId"

Source§

impl XmlType for HistoryUpdateRequest

Source§

const TAG: &'static str = "HistoryUpdateRequest"

Source§

impl XmlType for HistoryUpdateResponse

Source§

const TAG: &'static str = "HistoryUpdateResponse"

Source§

impl XmlType for HistoryUpdateResult

Source§

const TAG: &'static str = "HistoryUpdateResult"

Source§

impl XmlType for IdentityMappingRuleType

Source§

const TAG: &'static str = "IdentityMappingRuleType"

Source§

impl XmlType for IssuedIdentityToken

Source§

const TAG: &'static str = "IssuedIdentityToken"

Source§

impl XmlType for JsonActionMetaDataMessage

Source§

const TAG: &'static str = "JsonActionMetaDataMessage"

Source§

impl XmlType for JsonActionNetworkMessage

Source§

const TAG: &'static str = "JsonActionNetworkMessage"

Source§

impl XmlType for JsonActionRequestMessage

Source§

const TAG: &'static str = "JsonActionRequestMessage"

Source§

impl XmlType for JsonActionResponderMessage

Source§

const TAG: &'static str = "JsonActionResponderMessage"

Source§

impl XmlType for JsonActionResponseMessage

Source§

const TAG: &'static str = "JsonActionResponseMessage"

Source§

impl XmlType for JsonApplicationDescriptionMessage

Source§

const TAG: &'static str = "JsonApplicationDescriptionMessage"

Source§

impl XmlType for JsonDataSetMessage

Source§

const TAG: &'static str = "JsonDataSetMessage"

Source§

impl XmlType for JsonDataSetMessageContentMask

Available on crate feature xml only.
Source§

const TAG: &'static str = "JsonDataSetMessageContentMask"

Source§

impl XmlType for JsonDataSetMetaDataMessage

Source§

const TAG: &'static str = "JsonDataSetMetaDataMessage"

Source§

impl XmlType for JsonDataSetReaderMessageDataType

Source§

const TAG: &'static str = "JsonDataSetReaderMessageDataType"

Source§

impl XmlType for JsonDataSetWriterMessageDataType

Source§

const TAG: &'static str = "JsonDataSetWriterMessageDataType"

Source§

impl XmlType for JsonNetworkMessage

Source§

const TAG: &'static str = "JsonNetworkMessage"

Source§

impl XmlType for JsonNetworkMessageContentMask

Available on crate feature xml only.
Source§

const TAG: &'static str = "JsonNetworkMessageContentMask"

Source§

impl XmlType for JsonPubSubConnectionMessage

Source§

const TAG: &'static str = "JsonPubSubConnectionMessage"

Source§

impl XmlType for JsonServerEndpointsMessage

Source§

const TAG: &'static str = "JsonServerEndpointsMessage"

Source§

impl XmlType for JsonStatusMessage

Source§

const TAG: &'static str = "JsonStatusMessage"

Source§

impl XmlType for JsonWriterGroupMessageDataType

Source§

const TAG: &'static str = "JsonWriterGroupMessageDataType"

Source§

impl XmlType for KeyValuePair

Source§

const TAG: &'static str = "KeyValuePair"

Source§

impl XmlType for LinearConversionDataType

Source§

const TAG: &'static str = "LinearConversionDataType"

Source§

impl XmlType for LiteralOperand

Source§

const TAG: &'static str = "LiteralOperand"

Source§

impl XmlType for LldpManagementAddressTxPortType

Source§

const TAG: &'static str = "LldpManagementAddressTxPortType"

Source§

impl XmlType for LldpManagementAddressType

Source§

const TAG: &'static str = "LldpManagementAddressType"

Source§

impl XmlType for LldpSystemCapabilitiesMap

Available on crate feature xml only.
Source§

const TAG: &'static str = "LldpSystemCapabilitiesMap"

Source§

impl XmlType for LldpTlvType

Source§

const TAG: &'static str = "LldpTlvType"

Source§

impl XmlType for MdnsDiscoveryConfiguration

Source§

const TAG: &'static str = "MdnsDiscoveryConfiguration"

Source§

impl XmlType for MethodAttributes

Source§

const TAG: &'static str = "MethodAttributes"

Source§

impl XmlType for ModelChangeStructureDataType

Source§

const TAG: &'static str = "ModelChangeStructureDataType"

Source§

impl XmlType for ModificationInfo

Source§

const TAG: &'static str = "ModificationInfo"

Source§

impl XmlType for ModifyMonitoredItemsRequest

Source§

const TAG: &'static str = "ModifyMonitoredItemsRequest"

Source§

impl XmlType for ModifyMonitoredItemsResponse

Source§

const TAG: &'static str = "ModifyMonitoredItemsResponse"

Source§

impl XmlType for ModifySubscriptionRequest

Source§

const TAG: &'static str = "ModifySubscriptionRequest"

Source§

impl XmlType for ModifySubscriptionResponse

Source§

const TAG: &'static str = "ModifySubscriptionResponse"

Source§

impl XmlType for MonitoredItemCreateRequest

Source§

const TAG: &'static str = "MonitoredItemCreateRequest"

Source§

impl XmlType for MonitoredItemCreateResult

Source§

const TAG: &'static str = "MonitoredItemCreateResult"

Source§

impl XmlType for MonitoredItemModifyRequest

Source§

const TAG: &'static str = "MonitoredItemModifyRequest"

Source§

impl XmlType for MonitoredItemModifyResult

Source§

const TAG: &'static str = "MonitoredItemModifyResult"

Source§

impl XmlType for MonitoredItemNotification

Source§

const TAG: &'static str = "MonitoredItemNotification"

Source§

impl XmlType for MonitoringFilter

Source§

const TAG: &'static str = "MonitoringFilter"

Source§

impl XmlType for MonitoringFilterResult

Source§

const TAG: &'static str = "MonitoringFilterResult"

Source§

impl XmlType for MonitoringParameters

Source§

const TAG: &'static str = "MonitoringParameters"

Source§

impl XmlType for NetworkAddressUrlDataType

Source§

const TAG: &'static str = "NetworkAddressUrlDataType"

Source§

impl XmlType for NetworkGroupDataType

Source§

const TAG: &'static str = "NetworkGroupDataType"

Source§

impl XmlType for NodeAttributes

Source§

const TAG: &'static str = "NodeAttributes"

Source§

impl XmlType for NodeReference

Source§

const TAG: &'static str = "NodeReference"

Source§

impl XmlType for NodeTypeDescription

Source§

const TAG: &'static str = "NodeTypeDescription"

Source§

impl XmlType for NotificationData

Source§

const TAG: &'static str = "NotificationData"

Source§

impl XmlType for NotificationMessage

Source§

const TAG: &'static str = "NotificationMessage"

Source§

impl XmlType for ObjectAttributes

Source§

const TAG: &'static str = "ObjectAttributes"

Source§

impl XmlType for ObjectTypeAttributes

Source§

const TAG: &'static str = "ObjectTypeAttributes"

Source§

impl XmlType for OpenSecureChannelRequest

Source§

const TAG: &'static str = "OpenSecureChannelRequest"

Source§

impl XmlType for OpenSecureChannelResponse

Source§

const TAG: &'static str = "OpenSecureChannelResponse"

Source§

impl XmlType for ParsingResult

Source§

const TAG: &'static str = "ParsingResult"

Source§

impl XmlType for PasswordOptionsMask

Available on crate feature xml only.
Source§

const TAG: &'static str = "PasswordOptionsMask"

Source§

impl XmlType for PermissionType

Available on crate feature xml only.
Source§

const TAG: &'static str = "PermissionType"

Source§

impl XmlType for PortableNodeId

Source§

const TAG: &'static str = "PortableNodeId"

Source§

impl XmlType for PortableQualifiedName

Source§

const TAG: &'static str = "PortableQualifiedName"

Source§

impl XmlType for PriorityMappingEntryType

Source§

const TAG: &'static str = "PriorityMappingEntryType"

Source§

impl XmlType for ProgramDiagnostic2DataType

Source§

const TAG: &'static str = "ProgramDiagnostic2DataType"

Source§

impl XmlType for ProgramDiagnosticDataType

Source§

const TAG: &'static str = "ProgramDiagnosticDataType"

Source§

impl XmlType for PubSubConfiguration2DataType

Source§

const TAG: &'static str = "PubSubConfiguration2DataType"

Source§

impl XmlType for PubSubConfigurationDataType

Source§

const TAG: &'static str = "PubSubConfigurationDataType"

Source§

impl XmlType for PubSubConfigurationRefDataType

Source§

const TAG: &'static str = "PubSubConfigurationRefDataType"

Source§

impl XmlType for PubSubConfigurationRefMask

Available on crate feature xml only.
Source§

const TAG: &'static str = "PubSubConfigurationRefMask"

Source§

impl XmlType for PubSubConfigurationValueDataType

Source§

const TAG: &'static str = "PubSubConfigurationValueDataType"

Source§

impl XmlType for PubSubConnectionDataType

Source§

const TAG: &'static str = "PubSubConnectionDataType"

Source§

impl XmlType for PubSubKeyPushTargetDataType

Source§

const TAG: &'static str = "PubSubKeyPushTargetDataType"

Source§

impl XmlType for PublishRequest

Source§

const TAG: &'static str = "PublishRequest"

Source§

impl XmlType for PublishResponse

Source§

const TAG: &'static str = "PublishResponse"

Source§

impl XmlType for PublishedActionDataType

Source§

const TAG: &'static str = "PublishedActionDataType"

Source§

impl XmlType for PublishedActionMethodDataType

Source§

const TAG: &'static str = "PublishedActionMethodDataType"

Source§

impl XmlType for PublishedDataItemsDataType

Source§

const TAG: &'static str = "PublishedDataItemsDataType"

Source§

impl XmlType for PublishedDataSetCustomSourceDataType

Source§

const TAG: &'static str = "PublishedDataSetCustomSourceDataType"

Source§

impl XmlType for PublishedDataSetDataType

Source§

const TAG: &'static str = "PublishedDataSetDataType"

Source§

impl XmlType for PublishedEventsDataType

Source§

const TAG: &'static str = "PublishedEventsDataType"

Source§

impl XmlType for PublishedVariableDataType

Source§

const TAG: &'static str = "PublishedVariableDataType"

Source§

impl XmlType for QuantityDimension

Source§

const TAG: &'static str = "QuantityDimension"

Source§

impl XmlType for QueryDataDescription

Source§

const TAG: &'static str = "QueryDataDescription"

Source§

impl XmlType for QueryDataSet

Source§

const TAG: &'static str = "QueryDataSet"

Source§

impl XmlType for QueryFirstRequest

Source§

const TAG: &'static str = "QueryFirstRequest"

Source§

impl XmlType for QueryFirstResponse

Source§

const TAG: &'static str = "QueryFirstResponse"

Source§

impl XmlType for QueryNextRequest

Source§

const TAG: &'static str = "QueryNextRequest"

Source§

impl XmlType for QueryNextResponse

Source§

const TAG: &'static str = "QueryNextResponse"

Source§

impl XmlType for Range

Source§

const TAG: &'static str = "Range"

Source§

impl XmlType for RationalNumber

Source§

const TAG: &'static str = "RationalNumber"

Source§

impl XmlType for ReadAnnotationDataDetails

Source§

const TAG: &'static str = "ReadAnnotationDataDetails"

Source§

impl XmlType for ReadAtTimeDetails

Source§

const TAG: &'static str = "ReadAtTimeDetails"

Source§

impl XmlType for ReadEventDetails2

Source§

const TAG: &'static str = "ReadEventDetails2"

Source§

impl XmlType for ReadEventDetails

Source§

const TAG: &'static str = "ReadEventDetails"

Source§

impl XmlType for ReadEventDetailsSorted

Source§

const TAG: &'static str = "ReadEventDetailsSorted"

Source§

impl XmlType for ReadProcessedDetails

Source§

const TAG: &'static str = "ReadProcessedDetails"

Source§

impl XmlType for ReadRawModifiedDetails

Source§

const TAG: &'static str = "ReadRawModifiedDetails"

Source§

impl XmlType for ReadRequest

Source§

const TAG: &'static str = "ReadRequest"

Source§

impl XmlType for ReadResponse

Source§

const TAG: &'static str = "ReadResponse"

Source§

impl XmlType for ReadValueId

Source§

const TAG: &'static str = "ReadValueId"

Source§

impl XmlType for ReaderGroupDataType

Source§

const TAG: &'static str = "ReaderGroupDataType"

Source§

impl XmlType for ReceiveQosPriorityDataType

Source§

const TAG: &'static str = "ReceiveQosPriorityDataType"

Source§

impl XmlType for RedundantServerDataType

Source§

const TAG: &'static str = "RedundantServerDataType"

Source§

impl XmlType for ReferenceDescription

Source§

const TAG: &'static str = "ReferenceDescription"

Source§

impl XmlType for ReferenceDescriptionDataType

Source§

const TAG: &'static str = "ReferenceDescriptionDataType"

Source§

impl XmlType for ReferenceListEntryDataType

Source§

const TAG: &'static str = "ReferenceListEntryDataType"

Source§

impl XmlType for ReferenceTypeAttributes

Source§

const TAG: &'static str = "ReferenceTypeAttributes"

Source§

impl XmlType for RegisterNodesRequest

Source§

const TAG: &'static str = "RegisterNodesRequest"

Source§

impl XmlType for RegisterNodesResponse

Source§

const TAG: &'static str = "RegisterNodesResponse"

Source§

impl XmlType for RegisterServer2Request

Source§

const TAG: &'static str = "RegisterServer2Request"

Source§

impl XmlType for RegisterServer2Response

Source§

const TAG: &'static str = "RegisterServer2Response"

Source§

impl XmlType for RegisterServerRequest

Source§

const TAG: &'static str = "RegisterServerRequest"

Source§

impl XmlType for RegisterServerResponse

Source§

const TAG: &'static str = "RegisterServerResponse"

Source§

impl XmlType for RegisteredServer

Source§

const TAG: &'static str = "RegisteredServer"

Source§

impl XmlType for RelativePath

Source§

const TAG: &'static str = "RelativePath"

Source§

impl XmlType for RelativePathElement

Source§

const TAG: &'static str = "RelativePathElement"

Source§

impl XmlType for RepublishRequest

Source§

const TAG: &'static str = "RepublishRequest"

Source§

impl XmlType for RepublishResponse

Source§

const TAG: &'static str = "RepublishResponse"

Source§

impl XmlType for RolePermissionType

Source§

const TAG: &'static str = "RolePermissionType"

Source§

impl XmlType for SamplingIntervalDiagnosticsDataType

Source§

const TAG: &'static str = "SamplingIntervalDiagnosticsDataType"

Source§

impl XmlType for SecurityGroupDataType

Source§

const TAG: &'static str = "SecurityGroupDataType"

Source§

impl XmlType for SemanticChangeStructureDataType

Source§

const TAG: &'static str = "SemanticChangeStructureDataType"

Source§

impl XmlType for ServerDiagnosticsSummaryDataType

Source§

const TAG: &'static str = "ServerDiagnosticsSummaryDataType"

Source§

impl XmlType for ServerOnNetwork

Source§

const TAG: &'static str = "ServerOnNetwork"

Source§

impl XmlType for ServerStatusDataType

Source§

const TAG: &'static str = "ServerStatusDataType"

Source§

impl XmlType for ServiceCounterDataType

Source§

const TAG: &'static str = "ServiceCounterDataType"

Source§

impl XmlType for ServiceFault

Source§

const TAG: &'static str = "ServiceFault"

Source§

impl XmlType for SessionDiagnosticsDataType

Source§

const TAG: &'static str = "SessionDiagnosticsDataType"

Source§

impl XmlType for SessionSecurityDiagnosticsDataType

Source§

const TAG: &'static str = "SessionSecurityDiagnosticsDataType"

Source§

impl XmlType for SessionlessInvokeRequestType

Source§

const TAG: &'static str = "SessionlessInvokeRequestType"

Source§

impl XmlType for SessionlessInvokeResponseType

Source§

const TAG: &'static str = "SessionlessInvokeResponseType"

Source§

impl XmlType for SetMonitoringModeRequest

Source§

const TAG: &'static str = "SetMonitoringModeRequest"

Source§

impl XmlType for SetMonitoringModeResponse

Source§

const TAG: &'static str = "SetMonitoringModeResponse"

Source§

impl XmlType for SetPublishingModeRequest

Source§

const TAG: &'static str = "SetPublishingModeRequest"

Source§

impl XmlType for SetPublishingModeResponse

Source§

const TAG: &'static str = "SetPublishingModeResponse"

Source§

impl XmlType for SetTriggeringRequest

Source§

const TAG: &'static str = "SetTriggeringRequest"

Source§

impl XmlType for SetTriggeringResponse

Source§

const TAG: &'static str = "SetTriggeringResponse"

Source§

impl XmlType for SignatureData

Source§

const TAG: &'static str = "SignatureData"

Source§

impl XmlType for SignedSoftwareCertificate

Source§

const TAG: &'static str = "SignedSoftwareCertificate"

Source§

impl XmlType for SimpleAttributeOperand

Source§

const TAG: &'static str = "SimpleAttributeOperand"

Source§

impl XmlType for SimpleTypeDescription

Source§

const TAG: &'static str = "SimpleTypeDescription"

Source§

impl XmlType for SortRuleElement

Source§

const TAG: &'static str = "SortRuleElement"

Source§

impl XmlType for StandaloneSubscribedDataSetDataType

Source§

const TAG: &'static str = "StandaloneSubscribedDataSetDataType"

Source§

impl XmlType for StandaloneSubscribedDataSetRefDataType

Source§

const TAG: &'static str = "StandaloneSubscribedDataSetRefDataType"

Source§

impl XmlType for StatusChangeNotification

Source§

const TAG: &'static str = "StatusChangeNotification"

Source§

impl XmlType for StatusResult

Source§

const TAG: &'static str = "StatusResult"

Source§

impl XmlType for StructureDefinition

Source§

const TAG: &'static str = "StructureDefinition"

Source§

impl XmlType for StructureDescription

Source§

const TAG: &'static str = "StructureDescription"

Source§

impl XmlType for StructureField

Source§

const TAG: &'static str = "StructureField"

Source§

impl XmlType for SubscribedDataSetMirrorDataType

Source§

const TAG: &'static str = "SubscribedDataSetMirrorDataType"

Source§

impl XmlType for SubscriptionAcknowledgement

Source§

const TAG: &'static str = "SubscriptionAcknowledgement"

Source§

impl XmlType for SubscriptionDiagnosticsDataType

Source§

const TAG: &'static str = "SubscriptionDiagnosticsDataType"

Source§

impl XmlType for TargetVariablesDataType

Source§

const TAG: &'static str = "TargetVariablesDataType"

Source§

impl XmlType for ThreeDCartesianCoordinates

Source§

const TAG: &'static str = "ThreeDCartesianCoordinates"

Source§

impl XmlType for ThreeDFrame

Source§

const TAG: &'static str = "ThreeDFrame"

Source§

impl XmlType for ThreeDOrientation

Source§

const TAG: &'static str = "ThreeDOrientation"

Source§

impl XmlType for ThreeDVector

Source§

const TAG: &'static str = "ThreeDVector"

Source§

impl XmlType for TimeZoneDataType

Source§

const TAG: &'static str = "TimeZoneDataType"

Source§

impl XmlType for TransactionErrorType

Source§

const TAG: &'static str = "TransactionErrorType"

Source§

impl XmlType for TransferResult

Source§

const TAG: &'static str = "TransferResult"

Source§

impl XmlType for TransferSubscriptionsRequest

Source§

const TAG: &'static str = "TransferSubscriptionsRequest"

Source§

impl XmlType for TransferSubscriptionsResponse

Source§

const TAG: &'static str = "TransferSubscriptionsResponse"

Source§

impl XmlType for TranslateBrowsePathsToNodeIdsRequest

Source§

const TAG: &'static str = "TranslateBrowsePathsToNodeIdsRequest"

Source§

impl XmlType for TranslateBrowsePathsToNodeIdsResponse

Source§

const TAG: &'static str = "TranslateBrowsePathsToNodeIdsResponse"

Source§

impl XmlType for TransmitQosPriorityDataType

Source§

const TAG: &'static str = "TransmitQosPriorityDataType"

Source§

impl XmlType for TrustListDataType

Source§

const TAG: &'static str = "TrustListDataType"

Source§

impl XmlType for TrustListValidationOptions

Available on crate feature xml only.
Source§

const TAG: &'static str = "TrustListValidationOptions"

Source§

impl XmlType for UABinaryFileDataType

Source§

const TAG: &'static str = "UABinaryFileDataType"

Source§

impl XmlType for UadpDataSetMessageContentMask

Available on crate feature xml only.
Source§

const TAG: &'static str = "UadpDataSetMessageContentMask"

Source§

impl XmlType for UadpDataSetReaderMessageDataType

Source§

const TAG: &'static str = "UadpDataSetReaderMessageDataType"

Source§

impl XmlType for UadpDataSetWriterMessageDataType

Source§

const TAG: &'static str = "UadpDataSetWriterMessageDataType"

Source§

impl XmlType for UadpNetworkMessageContentMask

Available on crate feature xml only.
Source§

const TAG: &'static str = "UadpNetworkMessageContentMask"

Source§

impl XmlType for UadpWriterGroupMessageDataType

Source§

const TAG: &'static str = "UadpWriterGroupMessageDataType"

Source§

impl XmlType for UnregisterNodesRequest

Source§

const TAG: &'static str = "UnregisterNodesRequest"

Source§

impl XmlType for UnregisterNodesResponse

Source§

const TAG: &'static str = "UnregisterNodesResponse"

Source§

impl XmlType for UnsignedRationalNumber

Source§

const TAG: &'static str = "UnsignedRationalNumber"

Source§

impl XmlType for UpdateDataDetails

Source§

const TAG: &'static str = "UpdateDataDetails"

Source§

impl XmlType for UpdateEventDetails

Source§

const TAG: &'static str = "UpdateEventDetails"

Source§

impl XmlType for UpdateStructureDataDetails

Source§

const TAG: &'static str = "UpdateStructureDataDetails"

Source§

impl XmlType for UserConfigurationMask

Available on crate feature xml only.
Source§

const TAG: &'static str = "UserConfigurationMask"

Source§

impl XmlType for UserManagementDataType

Source§

const TAG: &'static str = "UserManagementDataType"

Source§

impl XmlType for UserNameIdentityToken

Source§

const TAG: &'static str = "UserNameIdentityToken"

Source§

impl XmlType for UserTokenPolicy

Source§

const TAG: &'static str = "UserTokenPolicy"

Source§

impl XmlType for VariableAttributes

Source§

const TAG: &'static str = "VariableAttributes"

Source§

impl XmlType for VariableTypeAttributes

Source§

const TAG: &'static str = "VariableTypeAttributes"

Source§

impl XmlType for ViewAttributes

Source§

const TAG: &'static str = "ViewAttributes"

Source§

impl XmlType for ViewDescription

Source§

const TAG: &'static str = "ViewDescription"

Source§

impl XmlType for WriteRequest

Source§

const TAG: &'static str = "WriteRequest"

Source§

impl XmlType for WriteResponse

Source§

const TAG: &'static str = "WriteResponse"

Source§

impl XmlType for WriteValue

Source§

const TAG: &'static str = "WriteValue"

Source§

impl XmlType for WriterGroupDataType

Source§

const TAG: &'static str = "WriterGroupDataType"

Source§

impl XmlType for X509IdentityToken

Source§

const TAG: &'static str = "X509IdentityToken"

Source§

impl XmlType for XVType

Source§

const TAG: &'static str = "XVType"

Source§

impl XmlType for ByteStringBody

Source§

const TAG: &'static str = "ByteString"

Source§

impl XmlType for JsonBody

Source§

const TAG: &'static str = "JsonElement"

Source§

impl XmlType for XmlBody

Source§

const TAG: &'static str = "XmlElement"

Source§

impl XmlType for XmlElement

Source§

const TAG: &'static str = "XmlElement"