Struct google_firebasedynamiclinks1::NavigationInfo[][src]

pub struct NavigationInfo {
    pub enable_forced_redirect: Option<bool>,
}

Information of navigation behavior.

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

Fields

If this option is on, FDL click will be forced to redirect rather than show an interstitial page.

Trait Implementations

impl Default for NavigationInfo
[src]

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

impl Clone for NavigationInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NavigationInfo
[src]

Formats the value using the given formatter. Read more

impl Part for NavigationInfo
[src]

Auto Trait Implementations