pub struct LsTool {
pub name: String,
pub state: Arc<RwLock<AgentStateSnapshot>>,
}Available on crate feature
toolkit only.Fields§
§name: String§state: Arc<RwLock<AgentStateSnapshot>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for LsTool
impl RefUnwindSafe for LsTool
impl Send for LsTool
impl Sync for LsTool
impl Unpin for LsTool
impl UnwindSafe for LsTool
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