Struct google_youtube3::api::CommentThreadReplies
source · pub struct CommentThreadReplies {
pub comments: Option<Vec<Comment>>,
}
Expand description
Comments written in (direct or indirect) reply to the top level comment.
This type is not used in any activity, and only used as part of another schema.
Fields§
§comments: Option<Vec<Comment>>
A limited number of replies. Unless the number of replies returned equals total_reply_count in the snippet the returned replies are only a subset of the total number of replies.
Trait Implementations§
source§impl Clone for CommentThreadReplies
impl Clone for CommentThreadReplies
source§fn clone(&self) -> CommentThreadReplies
fn clone(&self) -> CommentThreadReplies
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 CommentThreadReplies
impl Debug for CommentThreadReplies
source§impl Default for CommentThreadReplies
impl Default for CommentThreadReplies
source§fn default() -> CommentThreadReplies
fn default() -> CommentThreadReplies
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CommentThreadReplies
impl<'de> Deserialize<'de> for CommentThreadReplies
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 Serialize for CommentThreadReplies
impl Serialize for CommentThreadReplies
impl Part for CommentThreadReplies
Auto Trait Implementations§
impl RefUnwindSafe for CommentThreadReplies
impl Send for CommentThreadReplies
impl Sync for CommentThreadReplies
impl Unpin for CommentThreadReplies
impl UnwindSafe for CommentThreadReplies
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