pub struct GoogleMapsPlacesV1FuelOptions {
pub fuel_prices: Option<Vec<GoogleMapsPlacesV1FuelOptionsFuelPrice>>,
}Expand description
The most recent information about fuel options in a gas station. This information is updated regularly.
This type is not used in any activity, and only used as part of another schema.
Fields§
§fuel_prices: Option<Vec<GoogleMapsPlacesV1FuelOptionsFuelPrice>>The last known fuel price for each type of fuel this station has. There is one entry per fuel type this station has. Order is not important.
Trait Implementations§
Source§impl Clone for GoogleMapsPlacesV1FuelOptions
impl Clone for GoogleMapsPlacesV1FuelOptions
Source§fn clone(&self) -> GoogleMapsPlacesV1FuelOptions
fn clone(&self) -> GoogleMapsPlacesV1FuelOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleMapsPlacesV1FuelOptions
impl Default for GoogleMapsPlacesV1FuelOptions
Source§fn default() -> GoogleMapsPlacesV1FuelOptions
fn default() -> GoogleMapsPlacesV1FuelOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleMapsPlacesV1FuelOptions
impl<'de> Deserialize<'de> for GoogleMapsPlacesV1FuelOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleMapsPlacesV1FuelOptions
Auto Trait Implementations§
impl Freeze for GoogleMapsPlacesV1FuelOptions
impl RefUnwindSafe for GoogleMapsPlacesV1FuelOptions
impl Send for GoogleMapsPlacesV1FuelOptions
impl Sync for GoogleMapsPlacesV1FuelOptions
impl Unpin for GoogleMapsPlacesV1FuelOptions
impl UnwindSafe for GoogleMapsPlacesV1FuelOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more