pub struct GetCompatibilityPropertyValuesResponse {
pub compatibility_property_values: Option<Vec<CompatibilityPropertyValue>>,
}Expand description
GetCompatibilityPropertyValuesResponse : The base response type of the getCompatibilityPropertyValues method.
Fields§
§compatibility_property_values: Option<Vec<CompatibilityPropertyValue>>This array contains all compatible vehicle property values that match the specified eBay marketplace, specified eBay category, and filters in the request. If the compatibility_property parameter value in the request is ‘Trim’, each value returned in each value field will be a different vehicle trim, applicable to any filters that are set in the
Implementations§
Source§impl GetCompatibilityPropertyValuesResponse
impl GetCompatibilityPropertyValuesResponse
Sourcepub fn new() -> GetCompatibilityPropertyValuesResponse
pub fn new() -> GetCompatibilityPropertyValuesResponse
The base response type of the getCompatibilityPropertyValues method.
Trait Implementations§
Source§impl Clone for GetCompatibilityPropertyValuesResponse
impl Clone for GetCompatibilityPropertyValuesResponse
Source§fn clone(&self) -> GetCompatibilityPropertyValuesResponse
fn clone(&self) -> GetCompatibilityPropertyValuesResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GetCompatibilityPropertyValuesResponse
impl Default for GetCompatibilityPropertyValuesResponse
Source§fn default() -> GetCompatibilityPropertyValuesResponse
fn default() -> GetCompatibilityPropertyValuesResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetCompatibilityPropertyValuesResponse
impl<'de> Deserialize<'de> for GetCompatibilityPropertyValuesResponse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetCompatibilityPropertyValuesResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetCompatibilityPropertyValuesResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for GetCompatibilityPropertyValuesResponse
impl Serialize for GetCompatibilityPropertyValuesResponse
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for GetCompatibilityPropertyValuesResponse
Auto Trait Implementations§
impl Freeze for GetCompatibilityPropertyValuesResponse
impl RefUnwindSafe for GetCompatibilityPropertyValuesResponse
impl Send for GetCompatibilityPropertyValuesResponse
impl Sync for GetCompatibilityPropertyValuesResponse
impl Unpin for GetCompatibilityPropertyValuesResponse
impl UnsafeUnpin for GetCompatibilityPropertyValuesResponse
impl UnwindSafe for GetCompatibilityPropertyValuesResponse
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