pub struct StartDeferredChatResponse {
pub request_id: String,
}Expand description
A unique request ID for deferred chat response.
Fields§
§request_id: StringA unique request ID for the chat response.
Trait Implementations§
Source§impl Clone for StartDeferredChatResponse
impl Clone for StartDeferredChatResponse
Source§fn clone(&self) -> StartDeferredChatResponse
fn clone(&self) -> StartDeferredChatResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 StartDeferredChatResponse
impl Debug for StartDeferredChatResponse
Source§impl Default for StartDeferredChatResponse
impl Default for StartDeferredChatResponse
Source§fn default() -> StartDeferredChatResponse
fn default() -> StartDeferredChatResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StartDeferredChatResponse
impl<'de> Deserialize<'de> for StartDeferredChatResponse
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 StructuralPartialEq for StartDeferredChatResponse
Auto Trait Implementations§
impl Freeze for StartDeferredChatResponse
impl RefUnwindSafe for StartDeferredChatResponse
impl Send for StartDeferredChatResponse
impl Sync for StartDeferredChatResponse
impl Unpin for StartDeferredChatResponse
impl UnwindSafe for StartDeferredChatResponse
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