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