pub struct DelegationGuard { /* private fields */ }Expand description
Depth limit for delegation chains (P2-9). Defaults to the A2A scale budget of 10 hops.
Implementations§
Trait Implementations§
Source§impl Clone for DelegationGuard
impl Clone for DelegationGuard
Source§fn clone(&self) -> DelegationGuard
fn clone(&self) -> DelegationGuard
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 DelegationGuard
Source§impl Debug for DelegationGuard
impl Debug for DelegationGuard
Auto Trait Implementations§
impl Freeze for DelegationGuard
impl RefUnwindSafe for DelegationGuard
impl Send for DelegationGuard
impl Sync for DelegationGuard
impl Unpin for DelegationGuard
impl UnsafeUnpin for DelegationGuard
impl UnwindSafe for DelegationGuard
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