pub enum ByocInfrastructurePostRequestRegionid {
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 ByocInfrastructurePostRequest.regionId.
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 ByocInfrastructurePostRequestRegionid
impl Clone for ByocInfrastructurePostRequestRegionid
Source§fn clone(&self) -> ByocInfrastructurePostRequestRegionid
fn clone(&self) -> ByocInfrastructurePostRequestRegionid
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 ByocInfrastructurePostRequestRegionid
impl Default for ByocInfrastructurePostRequestRegionid
Source§fn default() -> ByocInfrastructurePostRequestRegionid
fn default() -> ByocInfrastructurePostRequestRegionid
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ByocInfrastructurePostRequestRegionid
impl<'de> Deserialize<'de> for ByocInfrastructurePostRequestRegionid
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 ByocInfrastructurePostRequestRegionid
impl PartialEq for ByocInfrastructurePostRequestRegionid
Source§fn eq(&self, other: &ByocInfrastructurePostRequestRegionid) -> bool
fn eq(&self, other: &ByocInfrastructurePostRequestRegionid) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ByocInfrastructurePostRequestRegionid
Auto Trait Implementations§
impl Freeze for ByocInfrastructurePostRequestRegionid
impl RefUnwindSafe for ByocInfrastructurePostRequestRegionid
impl Send for ByocInfrastructurePostRequestRegionid
impl Sync for ByocInfrastructurePostRequestRegionid
impl Unpin for ByocInfrastructurePostRequestRegionid
impl UnsafeUnpin for ByocInfrastructurePostRequestRegionid
impl UnwindSafe for ByocInfrastructurePostRequestRegionid
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