pub struct NodeCollection {
pub ids: Vec<NodeId>,
}Expand description
Collection of node IDs (like NEST’s NodeCollection)
Fields§
§ids: Vec<NodeId>Implementations§
Trait Implementations§
Source§impl Clone for NodeCollection
impl Clone for NodeCollection
Source§fn clone(&self) -> NodeCollection
fn clone(&self) -> NodeCollection
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NodeCollection
impl Debug for NodeCollection
Source§impl<'de> Deserialize<'de> for NodeCollection
impl<'de> Deserialize<'de> for NodeCollection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl IntoIterator for NodeCollection
impl IntoIterator for NodeCollection
Auto Trait Implementations§
impl Freeze for NodeCollection
impl RefUnwindSafe for NodeCollection
impl Send for NodeCollection
impl Sync for NodeCollection
impl Unpin for NodeCollection
impl UnwindSafe for NodeCollection
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