pub struct EnableLDAPSRequest {
pub directory_id: String,
pub type_: String,
}
Fields§
§directory_id: String
The identifier of the directory.
type_: String
The type of LDAP security to enable. Currently only the value Client
is supported.
Trait Implementations§
Source§impl Clone for EnableLDAPSRequest
impl Clone for EnableLDAPSRequest
Source§fn clone(&self) -> EnableLDAPSRequest
fn clone(&self) -> EnableLDAPSRequest
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 Debug for EnableLDAPSRequest
impl Debug for EnableLDAPSRequest
Source§impl Default for EnableLDAPSRequest
impl Default for EnableLDAPSRequest
Source§fn default() -> EnableLDAPSRequest
fn default() -> EnableLDAPSRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for EnableLDAPSRequest
impl PartialEq for EnableLDAPSRequest
Source§impl Serialize for EnableLDAPSRequest
impl Serialize for EnableLDAPSRequest
impl StructuralPartialEq for EnableLDAPSRequest
Auto Trait Implementations§
impl Freeze for EnableLDAPSRequest
impl RefUnwindSafe for EnableLDAPSRequest
impl Send for EnableLDAPSRequest
impl Sync for EnableLDAPSRequest
impl Unpin for EnableLDAPSRequest
impl UnwindSafe for EnableLDAPSRequest
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