Struct tk::query::CreatedWidgets
source · pub struct CreatedWidgets<Inst: TkInstance> { /* private fields */ }Implementations§
source§impl<Inst: TkInstance> CreatedWidgets<Inst>
impl<Inst: TkInstance> CreatedWidgets<Inst>
pub fn preorder_iter<'a, 's>( &'s self ) -> impl Iterator<Item = UpcastableWidget<Inst>> + 'awhere 's: 'a,
pub fn query_upcastable( &self, relative_path: &str ) -> Option<UpcastableWidget<Inst>>
pub fn query<Widg: UpcastFrom<Inst>>(&self, relative_path: &str) -> Option<Widg>
Auto Trait Implementations§
impl<Inst> RefUnwindSafe for CreatedWidgets<Inst>where Inst: RefUnwindSafe,
impl<Inst> !Send for CreatedWidgets<Inst>
impl<Inst> !Sync for CreatedWidgets<Inst>
impl<Inst> Unpin for CreatedWidgets<Inst>where Inst: Unpin,
impl<Inst> UnwindSafe for CreatedWidgets<Inst>where Inst: UnwindSafe,
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