pub struct ReActLoopHandle {
pub cancel_token: CancellationToken,
pub task: JoinHandle<Result<()>>,
}Fields§
§cancel_token: CancellationToken§task: JoinHandle<Result<()>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReActLoopHandle
impl RefUnwindSafe for ReActLoopHandle
impl Send for ReActLoopHandle
impl Sync for ReActLoopHandle
impl Unpin for ReActLoopHandle
impl UnsafeUnpin for ReActLoopHandle
impl UnwindSafe for ReActLoopHandle
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