pub struct Components<'children, 'tree, 'bp> { /* private fields */ }Implementations§
Source§impl<'children, 'tree, 'bp> Components<'children, 'tree, 'bp>
impl<'children, 'tree, 'bp> Components<'children, 'tree, 'bp>
pub fn by_name<'a>( &mut self, name: &'a str, ) -> ComponentQuery<'_, 'tree, 'bp, Kind<'a>>
pub fn by_id<F, U>(&mut self, id: WidgetId, f: F) -> Option<U>
pub fn by_attribute<'a>( &mut self, key: &'a str, value: impl Into<QueryValue<'a>>, ) -> ComponentQuery<'_, 'tree, 'bp, Kind<'a>>
Auto Trait Implementations§
impl<'children, 'tree, 'bp> Freeze for Components<'children, 'tree, 'bp>
impl<'children, 'tree, 'bp> !RefUnwindSafe for Components<'children, 'tree, 'bp>
impl<'children, 'tree, 'bp> !Send for Components<'children, 'tree, 'bp>
impl<'children, 'tree, 'bp> !Sync for Components<'children, 'tree, 'bp>
impl<'children, 'tree, 'bp> Unpin for Components<'children, 'tree, 'bp>
impl<'children, 'tree, 'bp> UnsafeUnpin for Components<'children, 'tree, 'bp>
impl<'children, 'tree, 'bp> !UnwindSafe for Components<'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