pub struct NodesOwned {
pub nodes: SmallVec<[NodeOwned; 5]>,
}Fields§
§nodes: SmallVec<[NodeOwned; 5]>Trait Implementations§
Source§impl BoxedConstructor for NodesOwned
impl BoxedConstructor for NodesOwned
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.Source§impl Clone for NodesOwned
impl Clone for NodesOwned
Source§fn clone(&self) -> NodesOwned
fn clone(&self) -> NodesOwned
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<'tl> TlRead<'tl> for NodesOwned
impl<'tl> TlRead<'tl> for NodesOwned
Auto Trait Implementations§
impl !Freeze for NodesOwned
impl RefUnwindSafe for NodesOwned
impl Send for NodesOwned
impl Sync for NodesOwned
impl Unpin for NodesOwned
impl UnwindSafe for NodesOwned
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