Struct amazon_sp_catalog_items::models::categories::Categories
source · [−]pub struct Categories {
pub product_category_id: Option<String>,
pub product_category_name: Option<String>,
pub parent: Option<Value>,
}
Fields
product_category_id: Option<String>
The identifier for the product category (or browse node).
product_category_name: Option<String>
The name of the product category (or browse node).
parent: Option<Value>
The parent product category.
Implementations
sourceimpl Categories
impl Categories
pub fn new() -> Categories
Trait Implementations
sourceimpl Clone for Categories
impl Clone for Categories
sourcefn clone(&self) -> Categories
fn clone(&self) -> Categories
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 Categories
impl Debug for Categories
sourceimpl Default for Categories
impl Default for Categories
sourcefn default() -> Categories
fn default() -> Categories
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for Categories
impl<'de> Deserialize<'de> for Categories
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<Categories> for Categories
impl PartialEq<Categories> for Categories
sourcefn eq(&self, other: &Categories) -> bool
fn eq(&self, other: &Categories) -> bool
sourceimpl Serialize for Categories
impl Serialize for Categories
impl StructuralPartialEq for Categories
Auto Trait Implementations
impl RefUnwindSafe for Categories
impl Send for Categories
impl Sync for Categories
impl Unpin for Categories
impl UnwindSafe for Categories
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