#[repr(C)]pub struct StbPending {
pub progress: StbString,
}Expand description
A partial/progress result emitted during Pending. progress is a JSON
AgentToolResult (the same shape on_update carries) — the host forwards it
to the adapter’s on_update callback. May be empty.
Fields§
§progress: StbStringTrait Implementations§
Source§impl Clone for StbPending
impl Clone for StbPending
Source§fn clone(&self) -> StbPending
fn clone(&self) -> StbPending
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StbPending
Auto Trait Implementations§
impl Freeze for StbPending
impl RefUnwindSafe for StbPending
impl Send for StbPending
impl Sync for StbPending
impl Unpin for StbPending
impl UnsafeUnpin for StbPending
impl UnwindSafe for StbPending
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