pub struct GetTrackingResponse {
pub payload: Option<Box<GetTrackingResult>>,
}Expand description
GetTrackingResponse : The response schema for the getTracking operation.
Fields§
§payload: Option<Box<GetTrackingResult>>Implementations§
Source§impl GetTrackingResponse
impl GetTrackingResponse
Sourcepub fn new() -> GetTrackingResponse
pub fn new() -> GetTrackingResponse
The response schema for the getTracking operation.
Trait Implementations§
Source§impl Clone for GetTrackingResponse
impl Clone for GetTrackingResponse
Source§fn clone(&self) -> GetTrackingResponse
fn clone(&self) -> GetTrackingResponse
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 GetTrackingResponse
impl Debug for GetTrackingResponse
Source§impl Default for GetTrackingResponse
impl Default for GetTrackingResponse
Source§fn default() -> GetTrackingResponse
fn default() -> GetTrackingResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetTrackingResponse
impl<'de> Deserialize<'de> for GetTrackingResponse
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
Source§impl PartialEq for GetTrackingResponse
impl PartialEq for GetTrackingResponse
Source§impl Serialize for GetTrackingResponse
impl Serialize for GetTrackingResponse
impl StructuralPartialEq for GetTrackingResponse
Auto Trait Implementations§
impl Freeze for GetTrackingResponse
impl RefUnwindSafe for GetTrackingResponse
impl Send for GetTrackingResponse
impl Sync for GetTrackingResponse
impl Unpin for GetTrackingResponse
impl UnwindSafe for GetTrackingResponse
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