pub enum IdempotencyScope {
ToolCall,
InteractionAndArguments,
HostSemanticKey,
}Expand description
Stable submission-deduplication scope.
Variants§
Trait Implementations§
Source§impl Clone for IdempotencyScope
impl Clone for IdempotencyScope
Source§fn clone(&self) -> IdempotencyScope
fn clone(&self) -> IdempotencyScope
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 IdempotencyScope
Source§impl Debug for IdempotencyScope
impl Debug for IdempotencyScope
impl Eq for IdempotencyScope
Source§impl PartialEq for IdempotencyScope
impl PartialEq for IdempotencyScope
impl StructuralPartialEq for IdempotencyScope
Auto Trait Implementations§
impl Freeze for IdempotencyScope
impl RefUnwindSafe for IdempotencyScope
impl Send for IdempotencyScope
impl Sync for IdempotencyScope
impl Unpin for IdempotencyScope
impl UnsafeUnpin for IdempotencyScope
impl UnwindSafe for IdempotencyScope
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> CoreExecutorTurnFinalizationGuard for Twhere
T: Send,
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.