pub struct AgentScope { /* private fields */ }Expand description
Per-agent scope for dispatch enforcement. Empty vecs = unrestricted.
Trait Implementations§
Source§impl Default for AgentScope
impl Default for AgentScope
Source§fn default() -> AgentScope
fn default() -> AgentScope
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AgentScope
impl RefUnwindSafe for AgentScope
impl Send for AgentScope
impl Sync for AgentScope
impl Unpin for AgentScope
impl UnsafeUnpin for AgentScope
impl UnwindSafe for AgentScope
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