pub struct Subagent {
pub agent_id: String,
pub wimse_uri: Option<String>,
pub agent_type: String,
pub spawned_at: i64,
pub active: bool,
}Expand description
Active sub-agent for the identity chain display.
Fields§
§agent_id: String§wimse_uri: Option<String>§agent_type: String§spawned_at: i64§active: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for Subagent
impl<'de> Deserialize<'de> for Subagent
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
Auto Trait Implementations§
impl Freeze for Subagent
impl RefUnwindSafe for Subagent
impl Send for Subagent
impl Sync for Subagent
impl Unpin for Subagent
impl UnsafeUnpin for Subagent
impl UnwindSafe for Subagent
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