pub struct CapturedTaskUpdate {
pub task_id: String,
pub input_responses: InputResponses,
}Fields§
§task_id: String§input_responses: InputResponsesTrait Implementations§
Source§impl Clone for CapturedTaskUpdate
impl Clone for CapturedTaskUpdate
Source§fn clone(&self) -> CapturedTaskUpdate
fn clone(&self) -> CapturedTaskUpdate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CapturedTaskUpdate
impl RefUnwindSafe for CapturedTaskUpdate
impl Send for CapturedTaskUpdate
impl Sync for CapturedTaskUpdate
impl Unpin for CapturedTaskUpdate
impl UnsafeUnpin for CapturedTaskUpdate
impl UnwindSafe for CapturedTaskUpdate
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