#[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 for DisableLdapsOutputBuilder
impl PartialEq 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 ==.impl StructuralPartialEq for DisableLdapsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DisableLdapsOutputBuilder
impl Send for DisableLdapsOutputBuilder
impl Sync for DisableLdapsOutputBuilder
impl Unpin for DisableLdapsOutputBuilder
impl UnwindSafe for DisableLdapsOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.