pub struct FriendGroupInfo {
pub id: Option<String>,
pub name: Option<String>,
}Expand description
好友分组信息
Fields§
§id: Option<String>§name: Option<String>Trait Implementations§
Source§impl Clone for FriendGroupInfo
impl Clone for FriendGroupInfo
Source§fn clone(&self) -> FriendGroupInfo
fn clone(&self) -> FriendGroupInfo
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 FriendGroupInfo
impl Debug for FriendGroupInfo
Source§impl Default for FriendGroupInfo
impl Default for FriendGroupInfo
Source§fn default() -> FriendGroupInfo
fn default() -> FriendGroupInfo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FriendGroupInfowhere
FriendGroupInfo: Default,
impl<'de> Deserialize<'de> for FriendGroupInfowhere
FriendGroupInfo: Default,
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 FriendGroupInfo
impl RefUnwindSafe for FriendGroupInfo
impl Send for FriendGroupInfo
impl Sync for FriendGroupInfo
impl Unpin for FriendGroupInfo
impl UnsafeUnpin for FriendGroupInfo
impl UnwindSafe for FriendGroupInfo
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