Struct google_books1::ReviewAuthor[][src]

pub struct ReviewAuthor {
    pub display_name: Option<String>,
}

Author of this review.

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

Fields

Name of this person.

Trait Implementations

impl Default for ReviewAuthor
[src]

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

impl Clone for ReviewAuthor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReviewAuthor
[src]

Formats the value using the given formatter. Read more

impl NestedType for ReviewAuthor
[src]

impl Part for ReviewAuthor
[src]

Auto Trait Implementations