pub struct InteractionAnswerResponse {
pub request_id: String,
pub thread_id: String,
pub disposition: InteractionAnswerDisposition,
}Fields§
§request_id: String§thread_id: String§disposition: InteractionAnswerDispositionTrait Implementations§
Source§impl Clone for InteractionAnswerResponse
impl Clone for InteractionAnswerResponse
Source§fn clone(&self) -> InteractionAnswerResponse
fn clone(&self) -> InteractionAnswerResponse
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 moreSource§impl Debug for InteractionAnswerResponse
impl Debug for InteractionAnswerResponse
Source§impl<'de> Deserialize<'de> for InteractionAnswerResponse
impl<'de> Deserialize<'de> for InteractionAnswerResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for InteractionAnswerResponse
impl StructuralPartialEq for InteractionAnswerResponse
Auto Trait Implementations§
impl Freeze for InteractionAnswerResponse
impl RefUnwindSafe for InteractionAnswerResponse
impl Send for InteractionAnswerResponse
impl Sync for InteractionAnswerResponse
impl Unpin for InteractionAnswerResponse
impl UnsafeUnpin for InteractionAnswerResponse
impl UnwindSafe for InteractionAnswerResponse
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