pub struct UAInstance {
pub base: UANodeBase,
pub parent_node_id: Option<NodeId>,
}Expand description
Base type for node instances.
Fields§
§base: UANodeBaseCommon fields.
parent_node_id: Option<NodeId>Parent node ID, not required.
Trait Implementations§
Source§impl Debug for UAInstance
impl Debug for UAInstance
Auto Trait Implementations§
impl Freeze for UAInstance
impl RefUnwindSafe for UAInstance
impl Send for UAInstance
impl Sync for UAInstance
impl Unpin for UAInstance
impl UnwindSafe for UAInstance
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