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