pub struct SendArgs {
pub session: String,
pub prompt: String,
pub submit: bool,
pub retries: u32,
}Fields§
§session: String§prompt: String§submit: bool§retries: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for SendArgs
impl RefUnwindSafe for SendArgs
impl Send for SendArgs
impl Sync for SendArgs
impl Unpin for SendArgs
impl UnsafeUnpin for SendArgs
impl UnwindSafe for SendArgs
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