pub struct IncomeRewardClaimResponse {
pub reward_category: i8,
pub result: bool,
}
Fields§
§reward_category: i8
§result: bool
Trait Implementations§
source§impl BaseParser for IncomeRewardClaimResponse
impl BaseParser for IncomeRewardClaimResponse
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
source§impl Clone for IncomeRewardClaimResponse
impl Clone for IncomeRewardClaimResponse
source§fn clone(&self) -> IncomeRewardClaimResponse
fn clone(&self) -> IncomeRewardClaimResponse
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 IncomeRewardClaimResponse
impl Debug for IncomeRewardClaimResponse
source§impl Default for IncomeRewardClaimResponse
impl Default for IncomeRewardClaimResponse
source§fn default() -> IncomeRewardClaimResponse
fn default() -> IncomeRewardClaimResponse
Returns the “default value” for a type. Read more
source§impl PartialEq<IncomeRewardClaimResponse> for IncomeRewardClaimResponse
impl PartialEq<IncomeRewardClaimResponse> for IncomeRewardClaimResponse
source§fn eq(&self, other: &IncomeRewardClaimResponse) -> bool
fn eq(&self, other: &IncomeRewardClaimResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for IncomeRewardClaimResponse
Auto Trait Implementations§
impl RefUnwindSafe for IncomeRewardClaimResponse
impl Send for IncomeRewardClaimResponse
impl Sync for IncomeRewardClaimResponse
impl Unpin for IncomeRewardClaimResponse
impl UnwindSafe for IncomeRewardClaimResponse
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