pub struct ForumThreadResponse {
pub thread: ForumThreadExtended,
}
Fields§
§thread: ForumThreadExtended
Trait Implementations§
Source§impl Clone for ForumThreadResponse
impl Clone for ForumThreadResponse
Source§fn clone(&self) -> ForumThreadResponse
fn clone(&self) -> ForumThreadResponse
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 ForumThreadResponse
impl Debug for ForumThreadResponse
Source§impl<'de> Deserialize<'de> for ForumThreadResponse
impl<'de> Deserialize<'de> for ForumThreadResponse
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 ForumThreadResponse
impl PartialEq for ForumThreadResponse
impl StructuralPartialEq for ForumThreadResponse
Auto Trait Implementations§
impl Freeze for ForumThreadResponse
impl RefUnwindSafe for ForumThreadResponse
impl Send for ForumThreadResponse
impl Sync for ForumThreadResponse
impl Unpin for ForumThreadResponse
impl UnwindSafe for ForumThreadResponse
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