pub struct WidgetAction(_, _, _, _);
Implementations
sourceimpl 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 RefUnwindSafe for WidgetAction
impl Send for WidgetAction
impl Sync for WidgetAction
impl Unpin for WidgetAction
impl UnwindSafe for WidgetAction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more