pub enum ToolExecutionProvenance {
FxLocal,
Provider,
}Expand description
Origin of a tool result. Provider-executed calls are never dispatched again by the local runtime.
Variants§
Trait Implementations§
Source§impl Clone for ToolExecutionProvenance
impl Clone for ToolExecutionProvenance
Source§fn clone(&self) -> ToolExecutionProvenance
fn clone(&self) -> ToolExecutionProvenance
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 moreimpl Copy for ToolExecutionProvenance
Source§impl Debug for ToolExecutionProvenance
impl Debug for ToolExecutionProvenance
Source§impl Default for ToolExecutionProvenance
impl Default for ToolExecutionProvenance
Source§fn default() -> ToolExecutionProvenance
fn default() -> ToolExecutionProvenance
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ToolExecutionProvenance
impl<'de> Deserialize<'de> for ToolExecutionProvenance
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 ToolExecutionProvenance
Source§impl PartialEq for ToolExecutionProvenance
impl PartialEq for ToolExecutionProvenance
Source§impl Serialize for ToolExecutionProvenance
impl Serialize for ToolExecutionProvenance
impl StructuralPartialEq for ToolExecutionProvenance
Auto Trait Implementations§
impl Freeze for ToolExecutionProvenance
impl RefUnwindSafe for ToolExecutionProvenance
impl Send for ToolExecutionProvenance
impl Sync for ToolExecutionProvenance
impl Unpin for ToolExecutionProvenance
impl UnsafeUnpin for ToolExecutionProvenance
impl UnwindSafe for ToolExecutionProvenance
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
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.