pub enum BenefitType {
Custom,
Discord,
GithubRepository,
Downloadables,
LicenseKeys,
MeterCredit,
}Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for BenefitType
impl<'de> Deserialize<'de> for BenefitType
Source§fn 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
Auto Trait Implementations§
impl Freeze for BenefitType
impl RefUnwindSafe for BenefitType
impl Send for BenefitType
impl Sync for BenefitType
impl Unpin for BenefitType
impl UnwindSafe for BenefitType
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