Struct google_blogger3::CommentAuthorImage [] [src]

pub struct CommentAuthorImage {
    pub url: Option<String>,
}

The comment creator's avatar.

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

Fields

The comment creator's avatar URL.

Trait Implementations

impl Default for CommentAuthorImage
[src]

[src]

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

impl Clone for CommentAuthorImage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CommentAuthorImage
[src]

[src]

Formats the value using the given formatter.

impl NestedType for CommentAuthorImage
[src]

impl Part for CommentAuthorImage
[src]