pub struct DirectoryServiceAuthenticationRequest {
pub directory_id: Option<String>,
}Expand description
Describes the Active Directory to be used for client authentication.
Fields§
§directory_id: Option<String>The ID of the Active Directory to be used for authentication.
Trait Implementations§
Source§impl Clone for DirectoryServiceAuthenticationRequest
impl Clone for DirectoryServiceAuthenticationRequest
Source§fn clone(&self) -> DirectoryServiceAuthenticationRequest
fn clone(&self) -> DirectoryServiceAuthenticationRequest
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 DirectoryServiceAuthenticationRequest
impl Default for DirectoryServiceAuthenticationRequest
Source§fn default() -> DirectoryServiceAuthenticationRequest
fn default() -> DirectoryServiceAuthenticationRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DirectoryServiceAuthenticationRequest
impl PartialEq for DirectoryServiceAuthenticationRequest
Source§fn eq(&self, other: &DirectoryServiceAuthenticationRequest) -> bool
fn eq(&self, other: &DirectoryServiceAuthenticationRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DirectoryServiceAuthenticationRequest
Auto Trait Implementations§
impl Freeze for DirectoryServiceAuthenticationRequest
impl RefUnwindSafe for DirectoryServiceAuthenticationRequest
impl Send for DirectoryServiceAuthenticationRequest
impl Sync for DirectoryServiceAuthenticationRequest
impl Unpin for DirectoryServiceAuthenticationRequest
impl UnwindSafe for DirectoryServiceAuthenticationRequest
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