Enum solana_sdk::reward_type::RewardType
source · [−]pub enum RewardType {
Fee,
Rent,
Staking,
Voting,
}
Variants
Fee
Rent
Staking
Voting
Trait Implementations
sourceimpl AbiEnumVisitor for RewardType
impl AbiEnumVisitor for RewardType
fn visit_for_abi(&self, digester: &mut AbiDigester) -> DigestResult
sourceimpl AbiExample for RewardType
impl AbiExample for RewardType
sourceimpl Clone for RewardType
impl Clone for RewardType
sourcefn clone(&self) -> RewardType
fn clone(&self) -> RewardType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for RewardType
impl Debug for RewardType
sourceimpl<'de> Deserialize<'de> for RewardType
impl<'de> Deserialize<'de> for RewardType
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Display for RewardType
impl Display for RewardType
sourceimpl PartialEq<RewardType> for RewardType
impl PartialEq<RewardType> for RewardType
sourcefn eq(&self, other: &RewardType) -> bool
fn eq(&self, other: &RewardType) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl Serialize for RewardType
impl Serialize for RewardType
impl Copy for RewardType
impl Eq for RewardType
impl StructuralEq for RewardType
impl StructuralPartialEq for RewardType
Auto Trait Implementations
impl RefUnwindSafe for RewardType
impl Send for RewardType
impl Sync for RewardType
impl Unpin for RewardType
impl UnwindSafe for RewardType
Blanket Implementations
sourceimpl<T> AbiEnumVisitor for T where
T: Serialize + AbiExample + ?Sized,
impl<T> AbiEnumVisitor for T where
T: Serialize + AbiExample + ?Sized,
default fn visit_for_abi(
&self,
digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
sourceimpl<T> AbiEnumVisitor for T where
T: Serialize + ?Sized,
impl<T> AbiEnumVisitor for T where
T: Serialize + ?Sized,
default fn visit_for_abi(
&self,
_digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more