pub struct WidgetAction(/* private fields */);
Implementations§
Source§impl WidgetAction
impl WidgetAction
Sourcepub fn parameter_type(&self) -> Option<&VariantType>
pub fn parameter_type(&self) -> Option<&VariantType>
The action parameter type
Sourcepub fn property_name(&self) -> Option<&str>
pub fn property_name(&self) -> Option<&str>
The action property name
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WidgetAction
impl RefUnwindSafe for WidgetAction
impl Send for WidgetAction
impl Sync for WidgetAction
impl Unpin for WidgetAction
impl UnwindSafe for WidgetAction
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