Struct google_blogger3::CommentAuthor [] [src]

pub struct CommentAuthor {
    pub url: Option<String>,
    pub image: Option<CommentAuthorImage>,
    pub display_name: Option<String>,
    pub id: Option<String>,
}

The author of this Comment.

This type is not used in any activity, and only used as part of another schema.

Fields

The URL of the Comment creator's Profile page.

The comment creator's avatar.

The display name.

The identifier of the Comment creator.

Trait Implementations

impl Debug for CommentAuthor
[src]

Formats the value using the given formatter.

impl Clone for CommentAuthor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for CommentAuthor
[src]

Returns the "default value" for a type. Read more

impl NestedType for CommentAuthor
[src]

impl Part for CommentAuthor
[src]