pub struct AgentScope(/* private fields */);Auto Trait Implementations§
impl Freeze for AgentScope
impl !RefUnwindSafe for AgentScope
impl Send for AgentScope
impl Sync for AgentScope
impl Unpin 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