Fields
nodes: SmallVec<[Node<'tl>; 5]>Trait Implementations
sourceimpl BoxedConstructor for Nodes<'_>
impl BoxedConstructor for Nodes<'_>
const TL_ID: u32 = 3_834_063_118u32
sourcefn as_boxed(&self) -> BoxedWrapper<&Self>
fn as_boxed(&self) -> BoxedWrapper<&Self>
Wraps bare type reference into
BoxedWrappersourcefn into_boxed(self) -> BoxedWrapper<Self>
fn into_boxed(self) -> BoxedWrapper<Self>
Converts bare type into
BoxedWrapperAuto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more