pub enum AzureEnvironment {
Public,
China,
UsGovernment,
}Variants§
Implementations§
Source§impl AzureEnvironment
impl AzureEnvironment
pub fn from_str_lossy(value: &str) -> Self
Trait Implementations§
Source§impl Clone for AzureEnvironment
impl Clone for AzureEnvironment
Source§fn clone(&self) -> AzureEnvironment
fn clone(&self) -> AzureEnvironment
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 moreimpl Copy for AzureEnvironment
Source§impl Debug for AzureEnvironment
impl Debug for AzureEnvironment
impl Eq for AzureEnvironment
Source§impl PartialEq for AzureEnvironment
impl PartialEq for AzureEnvironment
Source§fn eq(&self, other: &AzureEnvironment) -> bool
fn eq(&self, other: &AzureEnvironment) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AzureEnvironment
Auto Trait Implementations§
impl Freeze for AzureEnvironment
impl RefUnwindSafe for AzureEnvironment
impl Send for AzureEnvironment
impl Sync for AzureEnvironment
impl Unpin for AzureEnvironment
impl UnsafeUnpin for AzureEnvironment
impl UnwindSafe for AzureEnvironment
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.