Struct g_rust::extension::parsers::subparsers::CatalogPageMessageProductData
source · 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 copy 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<CatalogPageMessageProductData> for CatalogPageMessageProductData
impl PartialEq<CatalogPageMessageProductData> for CatalogPageMessageProductData
source§fn eq(&self, other: &CatalogPageMessageProductData) -> bool
fn eq(&self, other: &CatalogPageMessageProductData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CatalogPageMessageProductData
Auto Trait Implementations§
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