pub struct IntegrationSet(/* private fields */);
Implementations§
Source§impl IntegrationSet
impl IntegrationSet
pub fn has_widget(&self, widget: &WidgetRef) -> IntegrationRef
Source§impl IntegrationSet
impl IntegrationSet
pub fn iter(&self) -> IntegrationSetIterator<'_> ⓘ
Methods from Deref<Target = WidgetSet>§
pub fn is_empty(&mut self) -> bool
pub fn push(&mut self, item: WidgetRef)
pub fn extend_from_set(&mut self, other: &WidgetSet)
pub fn widgets(&self, paths: &[&[LiveId]]) -> WidgetSet
pub fn contains(&self, widget: &WidgetRef) -> bool
pub fn set_text(&self, cx: &mut Cx, v: &str)
pub fn iter(&self) -> WidgetSetIterator<'_>
pub fn filter_actions<'a>( &'a self, actions: &'a [Box<dyn ActionTrait>], ) -> impl Iterator<Item = &'a WidgetAction>
Trait Implementations§
Source§impl Clone for IntegrationSet
impl Clone for IntegrationSet
Source§fn clone(&self) -> IntegrationSet
fn clone(&self) -> IntegrationSet
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 Debug for IntegrationSet
impl Debug for IntegrationSet
Source§impl Deref for IntegrationSet
impl Deref for IntegrationSet
Auto Trait Implementations§
impl Freeze for IntegrationSet
impl !RefUnwindSafe for IntegrationSet
impl !Send for IntegrationSet
impl !Sync for IntegrationSet
impl Unpin for IntegrationSet
impl !UnwindSafe for IntegrationSet
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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