Struct google_content2::Price
[−]
[src]
pub struct Price {
pub currency: Option<String>,
pub value: Option<String>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
currency: Option<String>
The currency of the price.
value: Option<String>
The price represented as a number.
Trait Implementations
impl Debug for Price[src]
impl Clone for Price[src]
fn clone(&self) -> Price
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