Enum github_rest::model::misc::events::SponsorshipAction
source · pub enum SponsorshipAction {
Created,
Cancelled,
Edited,
TierChanged,
PendingCancellation,
PendingTierChange,
}
Variants§
Created
Created
is only triggered after the payment is processed.
Cancelled
Edited
TierChanged
PendingCancellation
PendingTierChange
Trait Implementations§
source§impl Clone for SponsorshipAction
impl Clone for SponsorshipAction
source§fn clone(&self) -> SponsorshipAction
fn clone(&self) -> SponsorshipAction
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 SponsorshipAction
impl Debug for SponsorshipAction
source§impl<'de> Deserialize<'de> for SponsorshipAction
impl<'de> Deserialize<'de> for SponsorshipAction
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
source§impl FromStr for SponsorshipAction
impl FromStr for SponsorshipAction
source§impl PartialEq<SponsorshipAction> for SponsorshipAction
impl PartialEq<SponsorshipAction> for SponsorshipAction
source§fn eq(&self, other: &SponsorshipAction) -> bool
fn eq(&self, other: &SponsorshipAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SponsorshipAction
impl Serialize for SponsorshipAction
source§impl TryFrom<&str> for SponsorshipAction
impl TryFrom<&str> for SponsorshipAction
source§impl VariantNames for SponsorshipAction
impl VariantNames for SponsorshipAction
impl StructuralPartialEq for SponsorshipAction
Auto Trait Implementations§
impl RefUnwindSafe for SponsorshipAction
impl Send for SponsorshipAction
impl Sync for SponsorshipAction
impl Unpin for SponsorshipAction
impl UnwindSafe for SponsorshipAction
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