Struct google_firebasedynamiclinks1::Suffix[][src]

pub struct Suffix {
    pub option: Option<String>,
    pub custom_suffix: Option<String>,
}

Short Dynamic Link suffix.

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

Fields

Suffix option.

Only applies to Option.CUSTOM.

Trait Implementations

impl Default for Suffix
[src]

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

impl Clone for Suffix
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Suffix
[src]

Formats the value using the given formatter. Read more

impl Part for Suffix
[src]

Auto Trait Implementations

impl Send for Suffix

impl Sync for Suffix