pub struct EntriesInner {Show 20 fields
pub object: Option<Object>,
pub type: Option<Type>,
pub created_at: Option<String>,
pub completed_at: Option<String>,
pub id: Option<String>,
pub role: Role,
pub content: Box<Content1>,
pub prefix: Option<bool>,
pub agent_id: Option<String>,
pub model: Option<String>,
pub tool_call_id: String,
pub result: String,
pub name: Box<Name>,
pub arguments: String,
pub confirmation_status: Option<ConfirmationStatus>,
pub info: Option<HashMap<String, Value>>,
pub previous_agent_id: String,
pub previous_agent_name: String,
pub next_agent_id: String,
pub next_agent_name: String,
}Fields§
§object: Option<Object>§type: Option<Type>§created_at: Option<String>§completed_at: Option<String>§id: Option<String>§role: Role§content: Box<Content1>§prefix: Option<bool>§agent_id: Option<String>§model: Option<String>§tool_call_id: String§result: String§name: Box<Name>§arguments: String§confirmation_status: Option<ConfirmationStatus>§info: Option<HashMap<String, Value>>§previous_agent_id: String§previous_agent_name: String§next_agent_id: String§next_agent_name: StringImplementations§
Trait Implementations§
Source§impl Clone for EntriesInner
impl Clone for EntriesInner
Source§fn clone(&self) -> EntriesInner
fn clone(&self) -> EntriesInner
Returns a duplicate of the value. Read more
1.0.0 · 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 EntriesInner
impl Debug for EntriesInner
Source§impl Default for EntriesInner
impl Default for EntriesInner
Source§fn default() -> EntriesInner
fn default() -> EntriesInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EntriesInner
impl<'de> Deserialize<'de> for EntriesInner
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
Source§impl PartialEq for EntriesInner
impl PartialEq for EntriesInner
Source§impl Serialize for EntriesInner
impl Serialize for EntriesInner
impl StructuralPartialEq for EntriesInner
Auto Trait Implementations§
impl Freeze for EntriesInner
impl RefUnwindSafe for EntriesInner
impl Send for EntriesInner
impl Sync for EntriesInner
impl Unpin for EntriesInner
impl UnsafeUnpin for EntriesInner
impl UnwindSafe for EntriesInner
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