pub struct ThreadSafeAgentState { /* private fields */ }Expand description
线程安全的 Agent 状态
Auto Trait Implementations§
impl Freeze for ThreadSafeAgentState
impl !RefUnwindSafe for ThreadSafeAgentState
impl Send for ThreadSafeAgentState
impl Sync for ThreadSafeAgentState
impl Unpin for ThreadSafeAgentState
impl !UnwindSafe for ThreadSafeAgentState
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