pub struct Action<P: Program>(/* private fields */);Auto Trait Implementations§
impl<P> !Freeze for Action<P>
impl<P> !RefUnwindSafe for Action<P>
impl<P> Send for Action<P>
impl<P> !Sync for Action<P>
impl<P> Unpin for Action<P>
impl<P> UnsafeUnpin for Action<P>
impl<P> !UnwindSafe for Action<P>
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