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