pub struct ChatCmdErrorResponse {
pub chat_error: ChatError,
pub undocumented: BTreeMap<String, JsonObject>,
}Fields§
§chat_error: ChatError§undocumented: BTreeMap<String, JsonObject>Trait Implementations§
Source§impl Clone for ChatCmdErrorResponse
impl Clone for ChatCmdErrorResponse
Source§fn clone(&self) -> ChatCmdErrorResponse
fn clone(&self) -> ChatCmdErrorResponse
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 ChatCmdErrorResponse
impl Debug for ChatCmdErrorResponse
Source§impl<'de> Deserialize<'de> for ChatCmdErrorResponse
impl<'de> Deserialize<'de> for ChatCmdErrorResponse
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 ChatCmdErrorResponse
impl PartialEq for ChatCmdErrorResponse
Source§impl Serialize for ChatCmdErrorResponse
impl Serialize for ChatCmdErrorResponse
impl StructuralPartialEq for ChatCmdErrorResponse
Auto Trait Implementations§
impl Freeze for ChatCmdErrorResponse
impl RefUnwindSafe for ChatCmdErrorResponse
impl Send for ChatCmdErrorResponse
impl Sync for ChatCmdErrorResponse
impl Unpin for ChatCmdErrorResponse
impl UnwindSafe for ChatCmdErrorResponse
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