Enum opcua_types::ExtensionObjectEncoding [] [src]

pub enum ExtensionObjectEncoding {
    None,
    ByteString(ByteString),
    XmlElement(XmlElement),
}

Enumeration that holds the kinds of encoding that an ExtensionObject data may be encoded with.

Variants

For an extension object with nothing encoded with it

For an extension object with data encoded in a ByteString

For an extension object with data encoded in an XML string

Trait Implementations

impl PartialEq for ExtensionObjectEncoding
[src]

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

This method tests for !=.

impl Debug for ExtensionObjectEncoding
[src]

Formats the value using the given formatter.

impl Clone for ExtensionObjectEncoding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more