pub struct CommentsResponse {
pub data: Vec<Comment>,
pub extra: Extra,
}Expand description
Comments response.
Fields§
§data: Vec<Comment>§extra: ExtraTrait Implementations§
Source§impl Debug for CommentsResponse
impl Debug for CommentsResponse
Source§impl<'de> Deserialize<'de> for CommentsResponse
impl<'de> Deserialize<'de> for CommentsResponse
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 CommentsResponse
impl RefUnwindSafe for CommentsResponse
impl Send for CommentsResponse
impl Sync for CommentsResponse
impl Unpin for CommentsResponse
impl UnsafeUnpin for CommentsResponse
impl UnwindSafe for CommentsResponse
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