pub struct Next<T: ?Sized> { /* private fields */ }Implementations§
Source§impl<T> Next<T>where
T: Agent,
impl<T> Next<T>where
T: Agent,
pub fn do_async<S>(state: S) -> Selfwhere
T: DoAsync<S>,
S: AgentState,
Auto Trait Implementations§
impl<T> Freeze for Next<T>where
T: ?Sized,
impl<T> !RefUnwindSafe for Next<T>
impl<T> Send for Next<T>where
T: ?Sized,
impl<T> !Sync for Next<T>
impl<T> Unpin for Next<T>where
T: ?Sized,
impl<T> !UnwindSafe for Next<T>
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