pub struct ServerAzureAdOnlyAuthentication {
pub proxy_resource: ProxyResource,
pub properties: Option<AzureAdOnlyAuthProperties>,
}Expand description
Azure Active Directory only authentication.
Fields§
§proxy_resource: ProxyResource§properties: Option<AzureAdOnlyAuthProperties>Properties of a active directory only authentication.
Implementations§
Trait Implementations§
Source§impl Clone for ServerAzureAdOnlyAuthentication
impl Clone for ServerAzureAdOnlyAuthentication
Source§fn clone(&self) -> ServerAzureAdOnlyAuthentication
fn clone(&self) -> ServerAzureAdOnlyAuthentication
Returns a duplicate 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 Default for ServerAzureAdOnlyAuthentication
impl Default for ServerAzureAdOnlyAuthentication
Source§fn default() -> ServerAzureAdOnlyAuthentication
fn default() -> ServerAzureAdOnlyAuthentication
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServerAzureAdOnlyAuthentication
impl<'de> Deserialize<'de> for ServerAzureAdOnlyAuthentication
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 ServerAzureAdOnlyAuthentication
impl PartialEq for ServerAzureAdOnlyAuthentication
Source§fn eq(&self, other: &ServerAzureAdOnlyAuthentication) -> bool
fn eq(&self, other: &ServerAzureAdOnlyAuthentication) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ServerAzureAdOnlyAuthentication
Auto Trait Implementations§
impl Freeze for ServerAzureAdOnlyAuthentication
impl RefUnwindSafe for ServerAzureAdOnlyAuthentication
impl Send for ServerAzureAdOnlyAuthentication
impl Sync for ServerAzureAdOnlyAuthentication
impl Unpin for ServerAzureAdOnlyAuthentication
impl UnwindSafe for ServerAzureAdOnlyAuthentication
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