Enum github_rest::model::misc::deployments::nested::MarketplaceBillingCycle
source · pub enum MarketplaceBillingCycle {
Yearly,
Monthly,
Nil,
}
Variants§
Yearly
Monthly
Nil
Account owner has a free GitHub plan and has purchased a free GitHub Marketplace plan.
Trait Implementations§
source§impl Clone for MarketplaceBillingCycle
impl Clone for MarketplaceBillingCycle
source§fn clone(&self) -> MarketplaceBillingCycle
fn clone(&self) -> MarketplaceBillingCycle
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 MarketplaceBillingCycle
impl Debug for MarketplaceBillingCycle
source§impl<'de> Deserialize<'de> for MarketplaceBillingCycle
impl<'de> Deserialize<'de> for MarketplaceBillingCycle
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 MarketplaceBillingCycle
impl FromStr for MarketplaceBillingCycle
source§impl PartialEq<MarketplaceBillingCycle> for MarketplaceBillingCycle
impl PartialEq<MarketplaceBillingCycle> for MarketplaceBillingCycle
source§fn eq(&self, other: &MarketplaceBillingCycle) -> bool
fn eq(&self, other: &MarketplaceBillingCycle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for MarketplaceBillingCycle
impl Serialize for MarketplaceBillingCycle
source§impl TryFrom<&str> for MarketplaceBillingCycle
impl TryFrom<&str> for MarketplaceBillingCycle
source§impl VariantNames for MarketplaceBillingCycle
impl VariantNames for MarketplaceBillingCycle
impl Copy for MarketplaceBillingCycle
impl StructuralPartialEq for MarketplaceBillingCycle
Auto Trait Implementations§
impl RefUnwindSafe for MarketplaceBillingCycle
impl Send for MarketplaceBillingCycle
impl Sync for MarketplaceBillingCycle
impl Unpin for MarketplaceBillingCycle
impl UnwindSafe for MarketplaceBillingCycle
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