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