pub enum RewardType {
Fee,
Rent,
Staking,
Voting,
}
Variants§
Trait Implementations§
Source§impl Clone for RewardType
impl Clone for RewardType
Source§fn clone(&self) -> RewardType
fn clone(&self) -> RewardType
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 RewardType
impl Debug for RewardType
Source§impl Display for RewardType
impl Display for RewardType
Source§impl PartialEq for RewardType
impl PartialEq for RewardType
impl Copy for RewardType
impl Eq for RewardType
impl StructuralPartialEq for RewardType
Auto Trait Implementations§
impl Freeze for RewardType
impl RefUnwindSafe for RewardType
impl Send for RewardType
impl Sync for RewardType
impl Unpin for RewardType
impl UnwindSafe for RewardType
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