pub struct ActionFn { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Actionable for ActionFn
impl Actionable for ActionFn
Auto Trait Implementations§
impl Freeze for ActionFn
impl !RefUnwindSafe for ActionFn
impl !Send for ActionFn
impl !Sync for ActionFn
impl Unpin for ActionFn
impl !UnwindSafe for ActionFn
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