pub struct CommentRepliesQuery {
pub since: Option<DateTime<Utc>>,
}Expand description
Query parameters for comment replies endpoint.
Fields§
§since: Option<DateTime<Utc>>Trait Implementations§
Source§impl Debug for CommentRepliesQuery
impl Debug for CommentRepliesQuery
Source§impl Default for CommentRepliesQuery
impl Default for CommentRepliesQuery
Source§fn default() -> CommentRepliesQuery
fn default() -> CommentRepliesQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CommentRepliesQuery
impl<'de> Deserialize<'de> for CommentRepliesQuery
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 CommentRepliesQuery
impl RefUnwindSafe for CommentRepliesQuery
impl Send for CommentRepliesQuery
impl Sync for CommentRepliesQuery
impl Unpin for CommentRepliesQuery
impl UnsafeUnpin for CommentRepliesQuery
impl UnwindSafe for CommentRepliesQuery
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