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