pub struct Nodes<'tl> {
pub nodes: SmallVec<[Node<'tl>; 5]>,
}Fields§
§nodes: SmallVec<[Node<'tl>; 5]>Trait Implementations§
Source§impl BoxedConstructor for Nodes<'_>
impl BoxedConstructor for Nodes<'_>
Source§fn as_boxed(&self) -> BoxedWrapper<&Self>
fn as_boxed(&self) -> BoxedWrapper<&Self>
Wraps bare type reference into
BoxedWrapper.Source§fn into_boxed(self) -> BoxedWrapper<Self>
fn into_boxed(self) -> BoxedWrapper<Self>
Converts bare type into
BoxedWrapper.Auto Trait Implementations§
impl<'tl> Freeze for Nodes<'tl>
impl<'tl> RefUnwindSafe for Nodes<'tl>
impl<'tl> Send for Nodes<'tl>
impl<'tl> Sync for Nodes<'tl>
impl<'tl> Unpin for Nodes<'tl>
impl<'tl> UnwindSafe for Nodes<'tl>
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