#[non_exhaustive]pub struct DisableLdapsOutput { /* private fields */ }
Implementations§
source§impl DisableLdapsOutput
impl DisableLdapsOutput
sourcepub fn builder() -> DisableLdapsOutputBuilder
pub fn builder() -> DisableLdapsOutputBuilder
Creates a new builder-style object to manufacture DisableLdapsOutput
.
Trait Implementations§
source§impl Clone for DisableLdapsOutput
impl Clone for DisableLdapsOutput
source§fn clone(&self) -> DisableLdapsOutput
fn clone(&self) -> DisableLdapsOutput
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 DisableLdapsOutput
impl Debug for DisableLdapsOutput
source§impl PartialEq<DisableLdapsOutput> for DisableLdapsOutput
impl PartialEq<DisableLdapsOutput> for DisableLdapsOutput
source§fn eq(&self, other: &DisableLdapsOutput) -> bool
fn eq(&self, other: &DisableLdapsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DisableLdapsOutput
impl RequestId for DisableLdapsOutput
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.impl StructuralPartialEq for DisableLdapsOutput
Auto Trait Implementations§
impl RefUnwindSafe for DisableLdapsOutput
impl Send for DisableLdapsOutput
impl Sync for DisableLdapsOutput
impl Unpin for DisableLdapsOutput
impl UnwindSafe for DisableLdapsOutput
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