pub struct NodesToAdd {
pub nodes: Vec<UANode>,
}Expand description
List of nodes to add.
Fields§
§nodes: Vec<UANode>Nodes to add.
Trait Implementations§
Source§impl Debug for NodesToAdd
impl Debug for NodesToAdd
Auto Trait Implementations§
impl Freeze for NodesToAdd
impl RefUnwindSafe for NodesToAdd
impl Send for NodesToAdd
impl Sync for NodesToAdd
impl Unpin for NodesToAdd
impl UnwindSafe for NodesToAdd
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