Struct google_blogger3::PostAuthorImage [] [src]

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

The Post author's avatar.

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

Fields

The Post author's avatar URL.

Trait Implementations

impl Default for PostAuthorImage
[src]

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

impl Clone for PostAuthorImage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PostAuthorImage
[src]

Formats the value using the given formatter.

impl NestedType for PostAuthorImage
[src]

impl Part for PostAuthorImage
[src]