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