pub struct CarryContext {
pub root_session_id: String,
pub goal: String,
pub attempt: u32,
pub previous_verdict: Option<Verdict>,
}Fields§
§root_session_id: String§goal: String§attempt: u32§previous_verdict: Option<Verdict>Trait Implementations§
Source§impl Clone for CarryContext
impl Clone for CarryContext
Source§fn clone(&self) -> CarryContext
fn clone(&self) -> CarryContext
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 CarryContext
impl RefUnwindSafe for CarryContext
impl Send for CarryContext
impl Sync for CarryContext
impl Unpin for CarryContext
impl UnsafeUnpin for CarryContext
impl UnwindSafe for CarryContext
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