pub enum ServiceScalingPatchResponseRegion {
Show 23 variants
Ap_northeast_1,
Ap_northeast_2,
Ap_south_1,
Ap_southeast_1,
Ap_southeast_2,
Eu_central_1,
Eu_west_1,
Eu_west_2,
Il_central_1,
Us_east_1,
Us_east_2,
Us_west_2,
Us_east1,
Us_central1,
Europe_west4,
Asia_southeast1,
Asia_northeast1,
Eastus,
Eastus2,
Westus3,
Germanywestcentral,
Centralus,
Unknown(String),
}Expand description
Inline enum for ServiceScalingPatchResponse.region.
Variants§
Ap_northeast_1
Ap_northeast_2
Ap_south_1
Ap_southeast_1
Ap_southeast_2
Eu_central_1
Eu_west_1
Eu_west_2
Il_central_1
Us_east_1
Us_east_2
Us_west_2
Us_east1
Us_central1
Europe_west4
Asia_southeast1
Asia_northeast1
Eastus
Eastus2
Westus3
Germanywestcentral
Centralus
Unknown(String)
Catch-all for unknown or newly-added values.
Trait Implementations§
Source§impl Clone for ServiceScalingPatchResponseRegion
impl Clone for ServiceScalingPatchResponseRegion
Source§fn clone(&self) -> ServiceScalingPatchResponseRegion
fn clone(&self) -> ServiceScalingPatchResponseRegion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ServiceScalingPatchResponseRegion
impl Default for ServiceScalingPatchResponseRegion
Source§fn default() -> ServiceScalingPatchResponseRegion
fn default() -> ServiceScalingPatchResponseRegion
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServiceScalingPatchResponseRegion
impl<'de> Deserialize<'de> for ServiceScalingPatchResponseRegion
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 PartialEq for ServiceScalingPatchResponseRegion
impl PartialEq for ServiceScalingPatchResponseRegion
Source§fn eq(&self, other: &ServiceScalingPatchResponseRegion) -> bool
fn eq(&self, other: &ServiceScalingPatchResponseRegion) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ServiceScalingPatchResponseRegion
Auto Trait Implementations§
impl Freeze for ServiceScalingPatchResponseRegion
impl RefUnwindSafe for ServiceScalingPatchResponseRegion
impl Send for ServiceScalingPatchResponseRegion
impl Sync for ServiceScalingPatchResponseRegion
impl Unpin for ServiceScalingPatchResponseRegion
impl UnsafeUnpin for ServiceScalingPatchResponseRegion
impl UnwindSafe for ServiceScalingPatchResponseRegion
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