Skip to main content

ThreadSummarySchema

Struct ThreadSummarySchema 

Source
pub struct ThreadSummarySchema {
Show 53 fields pub name: String, pub operation: Option<Value>, pub remote_tracking: Option<Value>, pub base_state: Option<String>, pub base_root: Option<String>, pub current_state: Option<String>, pub path: Option<String>, pub execution_path: Option<String>, pub session_id: Option<String>, pub heddle_session_id: Option<String>, pub actor: Option<ActorInfoSchema>, pub harness: Option<String>, pub thinking_level: Option<String>, pub native_actor_key: Option<String>, pub native_parent_actor_key: Option<String>, pub probe_source: Option<String>, pub probe_confidence: Option<f32>, pub usage_summary: Option<Value>, pub last_progress_at: Option<String>, pub last_activity_at: Option<String>, pub report_flush_state: Option<String>, pub attach_reason: Option<String>, pub thread_mode: Option<ThreadModeSchema>, pub thread_state: Option<ThreadStateSchema>, pub freshness: Option<ThreadFreshnessSchema>, pub visibility: String, pub target_thread: Option<String>, pub parent_thread: Option<String>, pub child_threads: Vec<String>, pub sibling_threads: Vec<String>, pub stack_depth: usize, pub stale_from_parent: bool, pub task: Option<String>, pub task_assignment_id: Option<String>, pub task_summary: Option<ThreadTaskSummarySchema>, pub changed_paths: Vec<String>, pub promotion_suggested: bool, pub impact_categories: Vec<ThreadImpactCategorySchema>, pub heavy_impact_paths: Vec<String>, pub verification_summary: Value, pub confidence_summary: Value, pub integration_policy_result: Value, pub coordination_status: CoordinationStatusSchema, pub is_current: bool, pub is_isolated: bool, pub thread_health: String, pub blockers: Vec<String>, pub recommended_action: Option<String>, pub recommended_action_template: Option<ActionTemplateSchema>, pub git_branch_tip: Option<String>, pub history_imported: bool, pub auto: bool, pub shared_target_dir: Option<String>,
}

Fields§

§name: String§operation: Option<Value>§remote_tracking: Option<Value>§base_state: Option<String>§base_root: Option<String>§current_state: Option<String>§path: Option<String>§execution_path: Option<String>§session_id: Option<String>§heddle_session_id: Option<String>§actor: Option<ActorInfoSchema>§harness: Option<String>§thinking_level: Option<String>§native_actor_key: Option<String>§native_parent_actor_key: Option<String>§probe_source: Option<String>§probe_confidence: Option<f32>§usage_summary: Option<Value>§last_progress_at: Option<String>§last_activity_at: Option<String>§report_flush_state: Option<String>§attach_reason: Option<String>§thread_mode: Option<ThreadModeSchema>§thread_state: Option<ThreadStateSchema>§freshness: Option<ThreadFreshnessSchema>§visibility: String§target_thread: Option<String>§parent_thread: Option<String>§child_threads: Vec<String>§sibling_threads: Vec<String>§stack_depth: usize§stale_from_parent: bool§task: Option<String>§task_assignment_id: Option<String>§task_summary: Option<ThreadTaskSummarySchema>§changed_paths: Vec<String>§promotion_suggested: bool§impact_categories: Vec<ThreadImpactCategorySchema>§heavy_impact_paths: Vec<String>§verification_summary: Value§confidence_summary: Value§integration_policy_result: Value§coordination_status: CoordinationStatusSchema§is_current: bool§is_isolated: bool§thread_health: String§blockers: Vec<String>§recommended_action: Option<String>§recommended_action_template: Option<ActionTemplateSchema>§git_branch_tip: Option<String>§history_imported: bool§auto: bool§shared_target_dir: Option<String>

Trait Implementations§

Source§

impl Debug for ThreadSummarySchema

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl JsonSchema for ThreadSummarySchema

Source§

fn schema_name() -> Cow<'static, str>

The name of the generated JSON Schema. Read more
Source§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
Source§

fn json_schema(generator: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
Source§

fn inline_schema() -> bool

Whether JSON Schemas generated for this type should be included directly in parent schemas, rather than being re-used where possible using the $ref keyword. Read more
Source§

impl Serialize for ThreadSummarySchema

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
where ST: ?Sized, DT: ?Sized,

Source§

impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
where ST: ?Sized, DT: ?Sized,

Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoRequest<T> for T

Source§

fn into_request(self) -> Request<T>

Wrap the input message T in a tonic::Request
Source§

impl<L> LayerExt<L> for L

Source§

fn named_layer<S>(&self, service: S) -> Layered<<L as Layer<S>>::Service, S>
where L: Layer<S>,

Applies the layer to a service and wraps it in Layered.
Source§

impl<T> Pointable for T

Source§

const ALIGN: usize

The alignment of pointer.
Source§

type Init = T

The type for initializers.
Source§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
Source§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
Source§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
Source§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Read<Exclusive, BecauseExclusive> for T
where T: ?Sized,

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V

Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more