pub struct AgentPresenceExplainSchema {Show 22 fields
pub output_kind: String,
pub attached: Option<bool>,
pub active_presence: Option<Value>,
pub reason: Option<String>,
pub repository: Option<String>,
pub detected: Option<Value>,
pub environment: Option<Value>,
pub recommended_action: Option<String>,
pub recommended_action_template: Option<ActionTemplateSchema>,
pub session_id: Option<String>,
pub thread: Option<String>,
pub heddle_session_id: Option<String>,
pub client_instance_id: Option<String>,
pub native_actor_key: Option<String>,
pub native_parent_actor_key: Option<String>,
pub native_instance_key: Option<String>,
pub probe_source: Option<String>,
pub probe_confidence: Option<f32>,
pub attach_reason: Option<String>,
pub attach_precedence: Option<Vec<String>>,
pub winning_rule: Option<String>,
pub trust: RepositoryVerificationStateSchema,
}Fields§
§output_kind: String§attached: Option<bool>§active_presence: Option<Value>§reason: Option<String>§repository: Option<String>§detected: Option<Value>§environment: Option<Value>§recommended_action: Option<String>§recommended_action_template: Option<ActionTemplateSchema>§session_id: Option<String>§thread: Option<String>§heddle_session_id: Option<String>§client_instance_id: Option<String>§native_actor_key: Option<String>§native_parent_actor_key: Option<String>§native_instance_key: Option<String>§probe_source: Option<String>§probe_confidence: Option<f32>§attach_reason: Option<String>§attach_precedence: Option<Vec<String>>§winning_rule: Option<String>§trust: RepositoryVerificationStateSchemaTrait Implementations§
Source§impl Debug for AgentPresenceExplainSchema
impl Debug for AgentPresenceExplainSchema
Source§impl JsonSchema for AgentPresenceExplainSchema
impl JsonSchema for AgentPresenceExplainSchema
Source§fn schema_id() -> Cow<'static, str>
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
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn inline_schema() -> bool
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 moreAuto Trait Implementations§
impl Freeze for AgentPresenceExplainSchema
impl RefUnwindSafe for AgentPresenceExplainSchema
impl Send for AgentPresenceExplainSchema
impl Sync for AgentPresenceExplainSchema
impl Unpin for AgentPresenceExplainSchema
impl UnsafeUnpin for AgentPresenceExplainSchema
impl UnwindSafe for AgentPresenceExplainSchema
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request