pub struct FailedChat {
pub chat_id: String,
pub err_code: i64,
pub err_msg: String,
}Expand description
没能成功继承的群
Fields§
§chat_id: String§err_code: i64§err_msg: StringTrait Implementations§
Source§impl Debug for FailedChat
impl Debug for FailedChat
Source§impl Default for FailedChat
impl Default for FailedChat
Source§fn default() -> FailedChat
fn default() -> FailedChat
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FailedChat
impl<'de> Deserialize<'de> for FailedChat
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
Auto Trait Implementations§
impl Freeze for FailedChat
impl RefUnwindSafe for FailedChat
impl Send for FailedChat
impl Sync for FailedChat
impl Unpin for FailedChat
impl UnwindSafe for FailedChat
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