pub struct OnlineRegionCount(pub HashMap<String, u64>);Expand description
分区当日投稿稿件数信息
使用 HashMap<u64, u64> 存储,键为分区 ID,值为当日投稿数。
Tuple Fields§
§0: HashMap<String, u64>Trait Implementations§
Source§impl Clone for OnlineRegionCount
impl Clone for OnlineRegionCount
Source§fn clone(&self) -> OnlineRegionCount
fn clone(&self) -> OnlineRegionCount
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OnlineRegionCount
impl Debug for OnlineRegionCount
Source§impl<'de> Deserialize<'de> for OnlineRegionCount
impl<'de> Deserialize<'de> for OnlineRegionCount
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 OnlineRegionCount
impl RefUnwindSafe for OnlineRegionCount
impl Send for OnlineRegionCount
impl Sync for OnlineRegionCount
impl Unpin for OnlineRegionCount
impl UnsafeUnpin for OnlineRegionCount
impl UnwindSafe for OnlineRegionCount
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