pub struct Action<'a, F, INPUT, OUTPUT>{ /* private fields */ }
Expand description
Action is a function wrapper that can be used in a step
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, F, INPUT, OUTPUT> Freeze for Action<'a, F, INPUT, OUTPUT>where
F: Freeze,
impl<'a, F, INPUT, OUTPUT> !RefUnwindSafe for Action<'a, F, INPUT, OUTPUT>
impl<'a, F, INPUT, OUTPUT> !Send for Action<'a, F, INPUT, OUTPUT>
impl<'a, F, INPUT, OUTPUT> !Sync for Action<'a, F, INPUT, OUTPUT>
impl<'a, F, INPUT, OUTPUT> Unpin for Action<'a, F, INPUT, OUTPUT>
impl<'a, F, INPUT, OUTPUT> !UnwindSafe for Action<'a, F, INPUT, OUTPUT>
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