pub struct WayPointOptionalParams { /* private fields */ }Expand description
Optional parameters for WayPoint
via: Marks this waypoint as a milestone rather a stopping point.vehicle_stopover: Indicates that the waypoint is meant for vehicles to stop at, where the intention is to either pickup or drop-off.side_of_road: Indicates that the location of this waypoint is meant to have a preference for the vehicle to stop at a particular side of road.
Trait Implementations§
Source§impl Clone for WayPointOptionalParams
impl Clone for WayPointOptionalParams
Source§fn clone(&self) -> WayPointOptionalParams
fn clone(&self) -> WayPointOptionalParams
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 Debug for WayPointOptionalParams
impl Debug for WayPointOptionalParams
Source§impl<'de> Deserialize<'de> for WayPointOptionalParams
impl<'de> Deserialize<'de> for WayPointOptionalParams
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
Auto Trait Implementations§
impl Freeze for WayPointOptionalParams
impl RefUnwindSafe for WayPointOptionalParams
impl Send for WayPointOptionalParams
impl Sync for WayPointOptionalParams
impl Unpin for WayPointOptionalParams
impl UnwindSafe for WayPointOptionalParams
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