pub struct ForumThreadAttributes {
pub replies_count: u32,
}
Fields§
§replies_count: u32
Trait Implementations§
Source§impl Clone for ForumThreadAttributes
impl Clone for ForumThreadAttributes
Source§fn clone(&self) -> ForumThreadAttributes
fn clone(&self) -> ForumThreadAttributes
Returns a copy 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 ForumThreadAttributes
impl Debug for ForumThreadAttributes
Source§impl<'de> Deserialize<'de> for ForumThreadAttributes
impl<'de> Deserialize<'de> for ForumThreadAttributes
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ForumThreadAttributes, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ForumThreadAttributes, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ForumThreadAttributes
impl PartialEq for ForumThreadAttributes
impl StructuralPartialEq for ForumThreadAttributes
Auto Trait Implementations§
impl Freeze for ForumThreadAttributes
impl RefUnwindSafe for ForumThreadAttributes
impl Send for ForumThreadAttributes
impl Sync for ForumThreadAttributes
impl Unpin for ForumThreadAttributes
impl UnwindSafe for ForumThreadAttributes
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