pub struct CatalogPageMessageProductData {
pub product_type: String,
pub furni_class_id: LegacyId,
pub extra_param: String,
pub product_count: i32,
pub unique_limited_item: bool,
pub unique_limited_item_series_size: i32,
pub unique_limited_items_left: i32,
}
Fields§
§product_type: String
§furni_class_id: LegacyId
§extra_param: String
§product_count: i32
§unique_limited_item: bool
§unique_limited_item_series_size: i32
§unique_limited_items_left: i32
Trait Implementations§
Source§impl Clone for CatalogPageMessageProductData
impl Clone for CatalogPageMessageProductData
Source§fn clone(&self) -> CatalogPageMessageProductData
fn clone(&self) -> CatalogPageMessageProductData
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 Default for CatalogPageMessageProductData
impl Default for CatalogPageMessageProductData
Source§fn default() -> CatalogPageMessageProductData
fn default() -> CatalogPageMessageProductData
Returns the “default value” for a type. Read more
Source§impl PartialEq for CatalogPageMessageProductData
impl PartialEq for CatalogPageMessageProductData
Source§fn eq(&self, other: &CatalogPageMessageProductData) -> bool
fn eq(&self, other: &CatalogPageMessageProductData) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CatalogPageMessageProductData
Auto Trait Implementations§
impl Freeze for CatalogPageMessageProductData
impl RefUnwindSafe for CatalogPageMessageProductData
impl Send for CatalogPageMessageProductData
impl Sync for CatalogPageMessageProductData
impl Unpin for CatalogPageMessageProductData
impl UnwindSafe for CatalogPageMessageProductData
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