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§
Source§impl Debug for PODRetrievalRequest
impl Debug for PODRetrievalRequest
Auto Trait Implementations§
impl Freeze for PODRetrievalRequest
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