pub struct Nodes<'tree, 'bp> { /* private fields */ }Implementations§
Source§impl<'tree, 'bp> Nodes<'tree, 'bp>
impl<'tree, 'bp> Nodes<'tree, 'bp>
pub fn new( children: WidgetTreeView<'tree, 'bp>, attribute_storage: &'tree mut AttributeStorage<'bp>, needs_layout: &'tree mut bool, ) -> Self
Auto Trait Implementations§
impl<'tree, 'bp> !RefUnwindSafe for Nodes<'tree, 'bp>
impl<'tree, 'bp> !Send for Nodes<'tree, 'bp>
impl<'tree, 'bp> !Sync for Nodes<'tree, 'bp>
impl<'tree, 'bp> !UnwindSafe for Nodes<'tree, 'bp>
impl<'tree, 'bp> Freeze for Nodes<'tree, 'bp>
impl<'tree, 'bp> Unpin for Nodes<'tree, 'bp>
impl<'tree, 'bp> UnsafeUnpin for Nodes<'tree, 'bp>
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