Struct google_blogger3::PostAuthor [] [src]

pub struct PostAuthor {
    pub url: Option<String>,
    pub image: Option<PostAuthorImage>,
    pub display_name: Option<String>,
    pub id: Option<String>,
}

The author of this Post.

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

Fields

The URL of the Post creator's Profile page.

The Post author's avatar.

The display name.

The identifier of the Post creator.

Trait Implementations

impl Default for PostAuthor
[src]

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

impl Clone for PostAuthor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PostAuthor
[src]

Formats the value using the given formatter.

impl NestedType for PostAuthor
[src]

impl Part for PostAuthor
[src]