pub struct StartStreamRequestBody {
pub answer: Answer,
pub session_id: String,
}Fields§
§answer: Answer§session_id: StringImplementations§
Trait Implementations§
Source§impl Debug for StartStreamRequestBody
impl Debug for StartStreamRequestBody
Auto Trait Implementations§
impl Freeze for StartStreamRequestBody
impl RefUnwindSafe for StartStreamRequestBody
impl Send for StartStreamRequestBody
impl Sync for StartStreamRequestBody
impl Unpin for StartStreamRequestBody
impl UnwindSafe for StartStreamRequestBody
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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