pub struct ParsedQueryDataDescription {
pub relative_path: RelativePath,
pub attribute_id: AttributeId,
pub index_range: NumericRange,
}Expand description
Parsed and validated version of the OPC-UA QueryDataDescription.
Fields§
§relative_path: RelativePathThe relative path to the node being referenced.
attribute_id: AttributeIdAttribute ID of the attribute being referenced.
index_range: NumericRangeIndex range for the read.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParsedQueryDataDescription
impl RefUnwindSafe for ParsedQueryDataDescription
impl Send for ParsedQueryDataDescription
impl Sync for ParsedQueryDataDescription
impl Unpin for ParsedQueryDataDescription
impl UnsafeUnpin for ParsedQueryDataDescription
impl UnwindSafe for ParsedQueryDataDescription
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