Enum fastly_api::models::pop::BillingRegion
source · pub enum BillingRegion {
Africa,
Australia,
Asia,
Europe,
India,
NorthAmerica,
SouthKorea,
SouthAmerica,
}
Expand description
the region used for billing
Variants§
Trait Implementations§
source§impl Clone for BillingRegion
impl Clone for BillingRegion
source§fn clone(&self) -> BillingRegion
fn clone(&self) -> BillingRegion
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 BillingRegion
impl Debug for BillingRegion
source§impl Default for BillingRegion
impl Default for BillingRegion
source§fn default() -> BillingRegion
fn default() -> BillingRegion
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BillingRegion
impl<'de> Deserialize<'de> for BillingRegion
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 Hash for BillingRegion
impl Hash for BillingRegion
source§impl Ord for BillingRegion
impl Ord for BillingRegion
source§fn cmp(&self, other: &BillingRegion) -> Ordering
fn cmp(&self, other: &BillingRegion) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<BillingRegion> for BillingRegion
impl PartialEq<BillingRegion> for BillingRegion
source§fn eq(&self, other: &BillingRegion) -> bool
fn eq(&self, other: &BillingRegion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<BillingRegion> for BillingRegion
impl PartialOrd<BillingRegion> for BillingRegion
source§fn partial_cmp(&self, other: &BillingRegion) -> Option<Ordering>
fn partial_cmp(&self, other: &BillingRegion) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for BillingRegion
impl Serialize for BillingRegion
impl Copy for BillingRegion
impl Eq for BillingRegion
impl StructuralEq for BillingRegion
impl StructuralPartialEq for BillingRegion
Auto Trait Implementations§
impl RefUnwindSafe for BillingRegion
impl Send for BillingRegion
impl Sync for BillingRegion
impl Unpin for BillingRegion
impl UnwindSafe for BillingRegion
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.