#[repr(C)]pub struct StbDone {
pub result: StbString,
}Expand description
Terminal success payload. result is a JSON AgentToolResult.
Fields§
§result: StbStringTrait Implementations§
Auto Trait Implementations§
impl Freeze for StbDone
impl RefUnwindSafe for StbDone
impl Send for StbDone
impl Sync for StbDone
impl Unpin for StbDone
impl UnsafeUnpin for StbDone
impl UnwindSafe for StbDone
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