Struct g_rust::extension::parsers::subparsers::FrontPageItem
source · pub struct FrontPageItem {
pub position: i32,
pub item_name: String,
pub item_promo_image: String,
pub item_type: i32,
pub catalogue_page_location: String,
pub product_offer_id: LegacyId,
pub product_code: String,
pub expiration_time: i32,
}
Fields§
§position: i32
§item_name: String
§item_promo_image: String
§item_type: i32
§catalogue_page_location: String
§product_offer_id: LegacyId
§product_code: String
§expiration_time: i32
Trait Implementations§
source§impl Clone for FrontPageItem
impl Clone for FrontPageItem
source§fn clone(&self) -> FrontPageItem
fn clone(&self) -> FrontPageItem
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 Debug for FrontPageItem
impl Debug for FrontPageItem
source§impl Default for FrontPageItem
impl Default for FrontPageItem
source§fn default() -> FrontPageItem
fn default() -> FrontPageItem
Returns the “default value” for a type. Read more
source§impl PacketVariable for FrontPageItem
impl PacketVariable for FrontPageItem
source§impl PartialEq<FrontPageItem> for FrontPageItem
impl PartialEq<FrontPageItem> for FrontPageItem
source§fn eq(&self, other: &FrontPageItem) -> bool
fn eq(&self, other: &FrontPageItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for FrontPageItem
Auto Trait Implementations§
impl RefUnwindSafe for FrontPageItem
impl Send for FrontPageItem
impl Sync for FrontPageItem
impl Unpin for FrontPageItem
impl UnwindSafe for FrontPageItem
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