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