pub struct AgUiInput(pub RunAgentInput);Expand description
The AG-UI run request, extracted from a JSON body.
Rejects with Error, which renders as a 4xx and a JSON body naming what
was wrong.
Tuple Fields§
§0: RunAgentInputImplementations§
Source§impl AgUiInput
impl AgUiInput
Sourcepub fn into_inner(self) -> RunAgentInput
pub fn into_inner(self) -> RunAgentInput
Unwraps the input.
Trait Implementations§
impl StructuralPartialEq for AgUiInput
Auto Trait Implementations§
impl Freeze for AgUiInput
impl RefUnwindSafe for AgUiInput
impl Send for AgUiInput
impl Sync for AgUiInput
impl Unpin for AgUiInput
impl UnsafeUnpin for AgUiInput
impl UnwindSafe for AgUiInput
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