pub struct NodeArray(pub Vec<NodeId>);Tuple Fields§
§0: Vec<NodeId>Implementations§
Trait Implementations§
Source§impl Extend<NodeId> for NodeArray
impl Extend<NodeId> for NodeArray
Source§fn extend<I: IntoIterator<Item = NodeId>>(&mut self, iter: I)
fn extend<I: IntoIterator<Item = NodeId>>(&mut self, iter: I)
Extends a collection with the contents of an iterator. Read more
Source§fn extend_one(&mut self, item: A)
fn extend_one(&mut self, item: A)
🔬This is a nightly-only experimental API. (
extend_one)Extends a collection with exactly one element.
Source§fn extend_reserve(&mut self, additional: usize)
fn extend_reserve(&mut self, additional: usize)
🔬This is a nightly-only experimental API. (
extend_one)Reserves capacity in a collection for the given number of additional elements. Read more
Source§impl FromIterator<NodeId> for NodeArray
impl FromIterator<NodeId> for NodeArray
Source§impl<'plural> IntoIterator for &'plural NodeArray
impl<'plural> IntoIterator for &'plural NodeArray
Source§impl IntoIterator for NodeArray
impl IntoIterator for NodeArray
Source§impl<'doc> ParseDocument<'doc> for &'doc NodeArray
impl<'doc> ParseDocument<'doc> for &'doc NodeArray
Source§type Error = ParseError
type Error = ParseError
The error type returned by parsing.
impl Eq for NodeArray
impl StructuralPartialEq for NodeArray
Auto Trait Implementations§
impl Freeze for NodeArray
impl RefUnwindSafe for NodeArray
impl Send for NodeArray
impl Sync for NodeArray
impl Unpin for NodeArray
impl UnwindSafe for NodeArray
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.