pub struct Children<'tree, 'bp>(/* private fields */);Implementations§
Source§impl<'tree, 'bp> Children<'tree, 'bp>
impl<'tree, 'bp> Children<'tree, 'bp>
pub fn new( children: WidgetTreeView<'tree, 'bp>, attribute_storage: &'tree mut AttributeStorage<'bp>, needs_layout: &'tree mut bool, ) -> Self
pub fn elements(&mut self) -> Elements<'_, 'tree, 'bp>
pub fn components(&mut self) -> Components<'_, 'tree, 'bp>
pub fn parent_path(&self) -> &[u16]
Auto Trait Implementations§
impl<'tree, 'bp> Freeze for Children<'tree, 'bp>
impl<'tree, 'bp> !RefUnwindSafe for Children<'tree, 'bp>
impl<'tree, 'bp> !Send for Children<'tree, 'bp>
impl<'tree, 'bp> !Sync for Children<'tree, 'bp>
impl<'tree, 'bp> Unpin for Children<'tree, 'bp>
impl<'tree, 'bp> UnsafeUnpin for Children<'tree, 'bp>
impl<'tree, 'bp> !UnwindSafe for Children<'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