pub enum ContributionType {
Bits,
Subscription,
Other,
}Variants§
Trait Implementations§
Source§impl Clone for ContributionType
impl Clone for ContributionType
Source§fn clone(&self) -> ContributionType
fn clone(&self) -> ContributionType
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 ContributionType
impl Debug for ContributionType
Source§impl<'de> Deserialize<'de> for ContributionType
impl<'de> Deserialize<'de> for ContributionType
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ContributionType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ContributionType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for ContributionType
impl Hash for ContributionType
Source§impl PartialEq for ContributionType
impl PartialEq for ContributionType
Source§impl Serialize for ContributionType
impl Serialize for ContributionType
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for ContributionType
impl Eq for ContributionType
impl StructuralPartialEq for ContributionType
Auto Trait Implementations§
impl Freeze for ContributionType
impl RefUnwindSafe for ContributionType
impl Send for ContributionType
impl Sync for ContributionType
impl Unpin for ContributionType
impl UnsafeUnpin for ContributionType
impl UnwindSafe for ContributionType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.