Struct uber_api::models::pod_retrieval::PODRetrievalRequest
source · pub struct PODRetrievalRequest {
pub waypoint: String,
pub type_of_waypoint: String,
}Expand description
Request Body Parameters -
| Name | Type | Description |
|---|---|---|
| waypoint | string | Waypoint can be “pickup” or “dropoff” or “return”. |
| type | string | Type can be “picture” or “signature” or “pincode”. |
Fields§
§waypoint: String§type_of_waypoint: StringTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PODRetrievalRequest
impl Send for PODRetrievalRequest
impl Sync for PODRetrievalRequest
impl Unpin for PODRetrievalRequest
impl UnwindSafe for PODRetrievalRequest
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