pub struct ParsedNodeTypeDescription {
pub type_definition_node: ExpandedNodeId,
pub include_sub_types: bool,
pub data_to_return: Vec<ParsedQueryDataDescription>,
}Expand description
Parsed and validated version of the OPC-UA NodeTypeDescription.
Fields§
§type_definition_node: ExpandedNodeIdType definition to query.
include_sub_types: boolWhether to include sub types of the type definition.
data_to_return: Vec<ParsedQueryDataDescription>List of values to return.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParsedNodeTypeDescription
impl RefUnwindSafe for ParsedNodeTypeDescription
impl Send for ParsedNodeTypeDescription
impl Sync for ParsedNodeTypeDescription
impl Unpin for ParsedNodeTypeDescription
impl UnsafeUnpin for ParsedNodeTypeDescription
impl UnwindSafe for ParsedNodeTypeDescription
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more