Struct google_content2::ProductDestination
[−]
[src]
pub struct ProductDestination {
pub intention: Option<String>,
pub destination_name: Option<String>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
intention: Option<String>
Whether the destination is required, excluded or should be validated.
destination_name: Option<String>
The name of the destination.
Trait Implementations
impl Debug for ProductDestination[src]
impl Clone for ProductDestination[src]
fn clone(&self) -> ProductDestination
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for ProductDestination[src]
fn default() -> ProductDestination
Returns the "default value" for a type. Read more