pub struct AsyncActionPool<Action> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<Action> !Freeze for AsyncActionPool<Action>
impl<Action> RefUnwindSafe for AsyncActionPool<Action>
impl<Action> Send for AsyncActionPool<Action>where
Action: Send,
impl<Action> Sync for AsyncActionPool<Action>where
Action: Send,
impl<Action> Unpin for AsyncActionPool<Action>
impl<Action> UnwindSafe for AsyncActionPool<Action>
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