Struct google_books1::ReviewSource [] [src]

pub struct ReviewSource {
    pub extra_description: Option<String>,
    pub url: Option<String>,
    pub description: Option<String>,
}

Information regarding the source of this review, when the review is not from a Google Books user.

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

Fields

Extra text about the source of the review.

URL of the source of the review.

Name of the source.

Trait Implementations

impl Default for ReviewSource
[src]

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

impl Clone for ReviewSource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReviewSource
[src]

Formats the value using the given formatter.

impl NestedType for ReviewSource
[src]

impl Part for ReviewSource
[src]