pub struct Nodeset {
pub nodes: Vec<Node>,
}
Fields§
§nodes: Vec<Node>
Implementations§
Trait Implementations§
Source§impl IntoIterator for Nodeset
impl IntoIterator for Nodeset
Auto Trait Implementations§
impl Freeze for Nodeset
impl !RefUnwindSafe for Nodeset
impl !Send for Nodeset
impl !Sync for Nodeset
impl Unpin for Nodeset
impl !UnwindSafe for Nodeset
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