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 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 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
impl StructuralPartialEq for IncomeRewardClaimResponse
Auto Trait Implementations§
impl Freeze for IncomeRewardClaimResponse
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