pub struct QueryChainTracking {
pub chain_id: String,
pub depth: u32,
}Expand description
Query chain tracking for nested agent calls
Fields§
§chain_id: String§depth: u32Trait Implementations§
Source§impl Clone for QueryChainTracking
impl Clone for QueryChainTracking
Source§fn clone(&self) -> QueryChainTracking
fn clone(&self) -> QueryChainTracking
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 QueryChainTracking
impl Debug for QueryChainTracking
Source§impl<'de> Deserialize<'de> for QueryChainTracking
impl<'de> Deserialize<'de> for QueryChainTracking
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
Auto Trait Implementations§
impl Freeze for QueryChainTracking
impl RefUnwindSafe for QueryChainTracking
impl Send for QueryChainTracking
impl Sync for QueryChainTracking
impl Unpin for QueryChainTracking
impl UnsafeUnpin for QueryChainTracking
impl UnwindSafe for QueryChainTracking
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