pub struct ToolCallIntent {Show 16 fields
pub protocol: String,
pub call_id: String,
pub lease_id: String,
pub lease_digest: String,
pub lineage_id: String,
pub graph_id: String,
pub graph_version: String,
pub run_id: String,
pub node_id: String,
pub attempt: u64,
pub tool_name: String,
pub arguments_digest: String,
pub effect: ToolEffect,
pub parent_receipt_digest: Option<String>,
pub reserved_at: DateTime<Utc>,
pub signature: String,
}Fields§
§protocol: String§call_id: String§lease_id: String§lease_digest: String§lineage_id: String§graph_id: String§graph_version: String§run_id: String§node_id: String§attempt: u64§tool_name: String§arguments_digest: String§effect: ToolEffect§parent_receipt_digest: Option<String>§reserved_at: DateTime<Utc>§signature: StringTrait Implementations§
Source§impl Clone for ToolCallIntent
impl Clone for ToolCallIntent
Source§fn clone(&self) -> ToolCallIntent
fn clone(&self) -> ToolCallIntent
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 ToolCallIntent
impl Debug for ToolCallIntent
Source§impl<'de> Deserialize<'de> for ToolCallIntent
impl<'de> Deserialize<'de> for ToolCallIntent
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 ToolCallIntent
Source§impl PartialEq for ToolCallIntent
impl PartialEq for ToolCallIntent
Source§impl Serialize for ToolCallIntent
impl Serialize for ToolCallIntent
impl StructuralPartialEq for ToolCallIntent
Auto Trait Implementations§
impl Freeze for ToolCallIntent
impl RefUnwindSafe for ToolCallIntent
impl Send for ToolCallIntent
impl Sync for ToolCallIntent
impl Unpin for ToolCallIntent
impl UnsafeUnpin for ToolCallIntent
impl UnwindSafe for ToolCallIntent
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.