pub struct NodeDescription {
pub node_class: NodeClass,
pub type_definition: ExpandedNodeId,
pub display_name: LocalizedText,
pub browse_name: QualifiedName,
}Expand description
Simple description of a node discovered when browsing.
Fields§
§node_class: NodeClassNode class.
type_definition: ExpandedNodeIdNode type definition.
display_name: LocalizedTextNode display name.
browse_name: QualifiedNameNode browse name.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NodeDescription
impl RefUnwindSafe for NodeDescription
impl Send for NodeDescription
impl Sync for NodeDescription
impl Unpin for NodeDescription
impl UnsafeUnpin for NodeDescription
impl UnwindSafe for NodeDescription
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