pub struct HotCommentPage {
pub acount: i64,
pub count: i64,
pub num: i32,
pub size: i32,
}Fields§
§acount: i64§count: i64§num: i32§size: i32Trait Implementations§
Source§impl Clone for HotCommentPage
impl Clone for HotCommentPage
Source§fn clone(&self) -> HotCommentPage
fn clone(&self) -> HotCommentPage
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 HotCommentPage
impl Debug for HotCommentPage
Source§impl<'de> Deserialize<'de> for HotCommentPage
impl<'de> Deserialize<'de> for HotCommentPage
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 HotCommentPage
impl RefUnwindSafe for HotCommentPage
impl Send for HotCommentPage
impl Sync for HotCommentPage
impl Unpin for HotCommentPage
impl UnwindSafe for HotCommentPage
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