Expand description
GetPricingResponse : The response schema for the getPricing and getCompetitivePricing operations.
Fields
payload: Option<Vec<Price>>errors: Option<Vec<Error>>A list of error responses returned when a request is unsuccessful.
Implementations
sourceimpl GetPricingResponse
impl GetPricingResponse
sourcepub fn new() -> GetPricingResponse
pub fn new() -> GetPricingResponse
The response schema for the getPricing and getCompetitivePricing operations.
Trait Implementations
sourceimpl Clone for GetPricingResponse
impl Clone for GetPricingResponse
sourcefn clone(&self) -> GetPricingResponse
fn clone(&self) -> GetPricingResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetPricingResponse
impl Debug for GetPricingResponse
sourceimpl Default for GetPricingResponse
impl Default for GetPricingResponse
sourcefn default() -> GetPricingResponse
fn default() -> GetPricingResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetPricingResponse
impl<'de> Deserialize<'de> for GetPricingResponse
sourcefn 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
sourceimpl PartialEq<GetPricingResponse> for GetPricingResponse
impl PartialEq<GetPricingResponse> for GetPricingResponse
sourcefn eq(&self, other: &GetPricingResponse) -> bool
fn eq(&self, other: &GetPricingResponse) -> bool
sourceimpl Serialize for GetPricingResponse
impl Serialize for GetPricingResponse
impl StructuralPartialEq for GetPricingResponse
Auto Trait Implementations
impl RefUnwindSafe for GetPricingResponse
impl Send for GetPricingResponse
impl Sync for GetPricingResponse
impl Unpin for GetPricingResponse
impl UnwindSafe for GetPricingResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more