Struct google_content2::LiaAboutPageSettings[][src]

pub struct LiaAboutPageSettings {
    pub status: Option<String>,
    pub url: Option<String>,
}

There is no detailed description.

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

Fields

The status of the verification process for the About page.

The URL for the About page.

Trait Implementations

impl Default for LiaAboutPageSettings
[src]

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

impl Clone for LiaAboutPageSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LiaAboutPageSettings
[src]

Formats the value using the given formatter. Read more

impl Part for LiaAboutPageSettings
[src]

Auto Trait Implementations