#[non_exhaustive]pub struct EnableLdapsOutput { /* private fields */ }Implementations§
source§impl EnableLdapsOutput
impl EnableLdapsOutput
sourcepub fn builder() -> EnableLdapsOutputBuilder
pub fn builder() -> EnableLdapsOutputBuilder
Creates a new builder-style object to manufacture EnableLdapsOutput.
Trait Implementations§
source§impl Clone for EnableLdapsOutput
impl Clone for EnableLdapsOutput
source§fn clone(&self) -> EnableLdapsOutput
fn clone(&self) -> EnableLdapsOutput
Returns a copy 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 EnableLdapsOutput
impl Debug for EnableLdapsOutput
source§impl PartialEq<EnableLdapsOutput> for EnableLdapsOutput
impl PartialEq<EnableLdapsOutput> for EnableLdapsOutput
source§fn eq(&self, other: &EnableLdapsOutput) -> bool
fn eq(&self, other: &EnableLdapsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for EnableLdapsOutput
impl RequestId for EnableLdapsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.