Struct google_blogger3::PageAuthor [] [src]

pub struct PageAuthor {
    pub url: Option<String>,
    pub image: Option<PageAuthorImage>,
    pub display_name: Option<String>,
    pub id: Option<String>,
}

The author of this Page.

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

Fields

The URL of the Page creator's Profile page.

The page author's avatar.

The display name.

The identifier of the Page creator.

Trait Implementations

impl Default for PageAuthor
[src]

[src]

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

impl Clone for PageAuthor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PageAuthor
[src]

[src]

Formats the value using the given formatter.

impl NestedType for PageAuthor
[src]

impl Part for PageAuthor
[src]