pub struct ChatStoppedResponse {
pub undocumented: JsonObject,
}Fields§
§undocumented: JsonObjectTrait Implementations§
Source§impl Clone for ChatStoppedResponse
impl Clone for ChatStoppedResponse
Source§fn clone(&self) -> ChatStoppedResponse
fn clone(&self) -> ChatStoppedResponse
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 ChatStoppedResponse
impl Debug for ChatStoppedResponse
Source§impl<'de> Deserialize<'de> for ChatStoppedResponse
impl<'de> Deserialize<'de> for ChatStoppedResponse
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
Source§impl PartialEq for ChatStoppedResponse
impl PartialEq for ChatStoppedResponse
Source§fn eq(&self, other: &ChatStoppedResponse) -> bool
fn eq(&self, other: &ChatStoppedResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ChatStoppedResponse
impl Serialize for ChatStoppedResponse
impl StructuralPartialEq for ChatStoppedResponse
Auto Trait Implementations§
impl Freeze for ChatStoppedResponse
impl RefUnwindSafe for ChatStoppedResponse
impl Send for ChatStoppedResponse
impl Sync for ChatStoppedResponse
impl Unpin for ChatStoppedResponse
impl UnsafeUnpin for ChatStoppedResponse
impl UnwindSafe for ChatStoppedResponse
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