pub struct DisableLDAPSRequest {
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 DisableLDAPSRequest
impl Clone for DisableLDAPSRequest
Source§fn clone(&self) -> DisableLDAPSRequest
fn clone(&self) -> DisableLDAPSRequest
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 DisableLDAPSRequest
impl Debug for DisableLDAPSRequest
Source§impl Default for DisableLDAPSRequest
impl Default for DisableLDAPSRequest
Source§fn default() -> DisableLDAPSRequest
fn default() -> DisableLDAPSRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DisableLDAPSRequest
impl PartialEq for DisableLDAPSRequest
Source§impl Serialize for DisableLDAPSRequest
impl Serialize for DisableLDAPSRequest
impl StructuralPartialEq for DisableLDAPSRequest
Auto Trait Implementations§
impl Freeze for DisableLDAPSRequest
impl RefUnwindSafe for DisableLDAPSRequest
impl Send for DisableLDAPSRequest
impl Sync for DisableLDAPSRequest
impl Unpin for DisableLDAPSRequest
impl UnwindSafe for DisableLDAPSRequest
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