Struct google_blogger3::PageAuthorImage [] [src]

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

The page author's avatar.

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

Fields

The page author's avatar URL.

Trait Implementations

impl Debug for PageAuthorImage
[src]

Formats the value using the given formatter.

impl Clone for PageAuthorImage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for PageAuthorImage
[src]

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

impl NestedType for PageAuthorImage
[src]

impl Part for PageAuthorImage
[src]