pub struct ActOutcome {
pub blocked: bool,
pub waiting_for_tool_results: bool,
}Expand description
Parsed act activity output the planner decides over.
Fields§
§blocked: bool§waiting_for_tool_results: boolTrait Implementations§
Source§impl Clone for ActOutcome
impl Clone for ActOutcome
Source§fn clone(&self) -> ActOutcome
fn clone(&self) -> ActOutcome
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 moreimpl Copy for ActOutcome
Source§impl Debug for ActOutcome
impl Debug for ActOutcome
Source§impl Default for ActOutcome
impl Default for ActOutcome
Source§fn default() -> ActOutcome
fn default() -> ActOutcome
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ActOutcome
impl RefUnwindSafe for ActOutcome
impl Send for ActOutcome
impl Sync for ActOutcome
impl Unpin for ActOutcome
impl UnsafeUnpin for ActOutcome
impl UnwindSafe for ActOutcome
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