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