#[non_exhaustive]pub struct EnableLdapsOutputBuilder { /* private fields */ }Expand description
A builder for EnableLdapsOutput.
Implementations§
source§impl EnableLdapsOutputBuilder
impl EnableLdapsOutputBuilder
sourcepub fn build(self) -> EnableLdapsOutput
pub fn build(self) -> EnableLdapsOutput
Consumes the builder and constructs a EnableLdapsOutput.
Trait Implementations§
source§impl Clone for EnableLdapsOutputBuilder
impl Clone for EnableLdapsOutputBuilder
source§fn clone(&self) -> EnableLdapsOutputBuilder
fn clone(&self) -> EnableLdapsOutputBuilder
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 EnableLdapsOutputBuilder
impl Debug for EnableLdapsOutputBuilder
source§impl Default for EnableLdapsOutputBuilder
impl Default for EnableLdapsOutputBuilder
source§fn default() -> EnableLdapsOutputBuilder
fn default() -> EnableLdapsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<EnableLdapsOutputBuilder> for EnableLdapsOutputBuilder
impl PartialEq<EnableLdapsOutputBuilder> for EnableLdapsOutputBuilder
source§fn eq(&self, other: &EnableLdapsOutputBuilder) -> bool
fn eq(&self, other: &EnableLdapsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.