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
enable_forced_redirect: Option<bool>
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]
fn default() -> NavigationInfo[src]
Returns the "default value" for a type. Read more
impl Clone for NavigationInfo[src]
fn clone(&self) -> NavigationInfo[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more