pub struct SingleUnreadData {
pub unfollow_unread: u32,
pub follow_unread: u32,
pub unfollow_push_msg: u32,
pub dustbin_push_msg: u32,
pub dustbin_unread: u32,
pub biz_msg_unfollow_unread: u32,
pub biz_msg_follow_unread: u32,
pub custom_unread: u32,
}Expand description
未读私信数数据
Fields§
§unfollow_unread: u32§follow_unread: u32§unfollow_push_msg: u32§dustbin_push_msg: u32§dustbin_unread: u32§biz_msg_unfollow_unread: u32§biz_msg_follow_unread: u32§custom_unread: u32Trait Implementations§
Source§impl Clone for SingleUnreadData
impl Clone for SingleUnreadData
Source§fn clone(&self) -> SingleUnreadData
fn clone(&self) -> SingleUnreadData
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 SingleUnreadData
impl Debug for SingleUnreadData
Source§impl<'de> Deserialize<'de> for SingleUnreadData
impl<'de> Deserialize<'de> for SingleUnreadData
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 SingleUnreadData
impl RefUnwindSafe for SingleUnreadData
impl Send for SingleUnreadData
impl Sync for SingleUnreadData
impl Unpin for SingleUnreadData
impl UnwindSafe for SingleUnreadData
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