Struct google_firebasedynamiclinks1::DesktopInfo[][src]

pub struct DesktopInfo {
    pub desktop_fallback_link: Option<String>,
}

Desktop related attributes to the Dynamic Link.

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

Fields

Link to open on desktop.

Trait Implementations

impl Default for DesktopInfo
[src]

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

impl Clone for DesktopInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DesktopInfo
[src]

Formats the value using the given formatter. Read more

impl Part for DesktopInfo
[src]

Auto Trait Implementations

impl Send for DesktopInfo

impl Sync for DesktopInfo