Struct google_firebasedynamiclinks1::Suffix
[−]
[src]
pub struct Suffix {
pub option: Option<String>,
}Short Dynamic Link suffix.
This type is not used in any activity, and only used as part of another schema.
Fields
option: Option<String>
Suffix option.
Trait Implementations
impl Default for Suffix[src]
impl Clone for Suffix[src]
fn clone(&self) -> Suffix[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