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