pub struct ForumSubscribedThreadPostsCount {
    pub new: i32,
    pub total: i32,
}Fields§
§new: i32§total: i32Trait Implementations§
Source§impl Clone for ForumSubscribedThreadPostsCount
 
impl Clone for ForumSubscribedThreadPostsCount
Source§fn clone(&self) -> ForumSubscribedThreadPostsCount
 
fn clone(&self) -> ForumSubscribedThreadPostsCount
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<'de> Deserialize<'de> for ForumSubscribedThreadPostsCount
 
impl<'de> Deserialize<'de> for ForumSubscribedThreadPostsCount
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
Source§impl PartialEq for ForumSubscribedThreadPostsCount
 
impl PartialEq for ForumSubscribedThreadPostsCount
Source§fn eq(&self, other: &ForumSubscribedThreadPostsCount) -> bool
 
fn eq(&self, other: &ForumSubscribedThreadPostsCount) -> bool
Tests for 
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ForumSubscribedThreadPostsCount
Auto Trait Implementations§
impl Freeze for ForumSubscribedThreadPostsCount
impl RefUnwindSafe for ForumSubscribedThreadPostsCount
impl Send for ForumSubscribedThreadPostsCount
impl Sync for ForumSubscribedThreadPostsCount
impl Unpin for ForumSubscribedThreadPostsCount
impl UnwindSafe for ForumSubscribedThreadPostsCount
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