pub struct WidgetAction(/* private fields */);Implementations§
Source§impl WidgetAction
impl WidgetAction
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 UnsafeUnpin 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