pub struct ObjectType { /* private fields */ }
Expand description

An ObjectType is a type of node within the AddressSpace.

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Converts this type into the (usually inferred) input type.

Finds the attribute and value. The param max_age is a hint in milliseconds: Read more

Sets the attribute with the new value

Finds the attribute and value.

Returns the node class - Object, ObjectType, Method, DataType, ReferenceType, Variable, VariableType or View

Returns the node’s NodeId

Returns the node’s browse name

Returns the node’s display name

Sets the node’s display name

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.