pub struct TreeChild {
pub node_id: NodeId,
pub browse_name: String,
pub display_name: String,
pub node_class: NodeClass,
pub has_children: bool,
}Fields§
§node_id: NodeId§browse_name: String§display_name: String§node_class: NodeClass§has_children: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for TreeChild
impl RefUnwindSafe for TreeChild
impl Send for TreeChild
impl Sync for TreeChild
impl Unpin for TreeChild
impl UnsafeUnpin for TreeChild
impl UnwindSafe for TreeChild
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