pub struct RunList {
pub runs: Option<Vec<AgentRunView>>,
}Fields§
§runs: Option<Vec<AgentRunView>>Runs is the agent’s executions, newest first.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RunList
impl<'de> Deserialize<'de> for RunList
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 StructuralPartialEq for RunList
Auto Trait Implementations§
impl Freeze for RunList
impl RefUnwindSafe for RunList
impl Send for RunList
impl Sync for RunList
impl Unpin for RunList
impl UnsafeUnpin for RunList
impl UnwindSafe for RunList
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