Struct google_acceleratedmobilepageurl1::AmpUrl[][src]

pub struct AmpUrl {
    pub amp_url: Option<String>,
    pub cdn_amp_url: Option<String>,
    pub original_url: Option<String>,
}

AMP URL response for a requested URL.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The AMP URL pointing to the publisher's web server.

The AMP Cache URL pointing to the cached document in the Google AMP Cache.

The original non-AMP URL.

Trait Implementations

impl Default for AmpUrl
[src]

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

impl Clone for AmpUrl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AmpUrl
[src]

Formats the value using the given formatter. Read more

impl Resource for AmpUrl
[src]

Auto Trait Implementations

impl Send for AmpUrl

impl Sync for AmpUrl