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