pub struct RelationStatResponseData {
pub mid: u64,
pub following: u64,
pub whisper: u64,
pub black: u64,
pub follower: u64,
}Expand description
用户关系状态数响应数据
Fields§
§mid: u64目标用户 mid
following: u64关注数
whisper: u64悄悄关注数
black: u64黑名单数
follower: u64粉丝数
Trait Implementations§
Source§impl Clone for RelationStatResponseData
impl Clone for RelationStatResponseData
Source§fn clone(&self) -> RelationStatResponseData
fn clone(&self) -> RelationStatResponseData
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 RelationStatResponseData
impl Debug for RelationStatResponseData
Source§impl<'de> Deserialize<'de> for RelationStatResponseData
impl<'de> Deserialize<'de> for RelationStatResponseData
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 RelationStatResponseData
impl RefUnwindSafe for RelationStatResponseData
impl Send for RelationStatResponseData
impl Sync for RelationStatResponseData
impl Unpin for RelationStatResponseData
impl UnwindSafe for RelationStatResponseData
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