pub struct SubagentRequestPatch {
pub redacted_summary: String,
}Expand description
Describes the subagent request patch portion of a runtime package snapshot. Use it when package authors or tests need explicit package configuration; validation and activation happen in package/runtime coordinators.
Fields§
§redacted_summary: StringRedacted human-readable summary safe for events, telemetry, and logs.
Trait Implementations§
Source§impl Clone for SubagentRequestPatch
impl Clone for SubagentRequestPatch
Source§fn clone(&self) -> SubagentRequestPatch
fn clone(&self) -> SubagentRequestPatch
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 moreSource§impl Debug for SubagentRequestPatch
impl Debug for SubagentRequestPatch
Source§impl<'de> Deserialize<'de> for SubagentRequestPatch
impl<'de> Deserialize<'de> for SubagentRequestPatch
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SubagentRequestPatch
Source§impl PartialEq for SubagentRequestPatch
impl PartialEq for SubagentRequestPatch
Source§fn eq(&self, other: &SubagentRequestPatch) -> bool
fn eq(&self, other: &SubagentRequestPatch) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SubagentRequestPatch
impl Serialize for SubagentRequestPatch
impl StructuralPartialEq for SubagentRequestPatch
Auto Trait Implementations§
impl Freeze for SubagentRequestPatch
impl RefUnwindSafe for SubagentRequestPatch
impl Send for SubagentRequestPatch
impl Sync for SubagentRequestPatch
impl Unpin for SubagentRequestPatch
impl UnsafeUnpin for SubagentRequestPatch
impl UnwindSafe for SubagentRequestPatch
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