#[non_exhaustive]pub struct UpdateAppAuthorizationOutput {
    pub app_authorization: Option<AppAuthorization>,
    /* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional 
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.Contains information about an app authorization.
Implementations§
source§impl UpdateAppAuthorizationOutput
 
impl UpdateAppAuthorizationOutput
Contains information about an app authorization.
source§impl UpdateAppAuthorizationOutput
 
impl UpdateAppAuthorizationOutput
sourcepub fn builder() -> UpdateAppAuthorizationOutputBuilder
 
pub fn builder() -> UpdateAppAuthorizationOutputBuilder
Creates a new builder-style object to manufacture UpdateAppAuthorizationOutput.
Trait Implementations§
source§impl Clone for UpdateAppAuthorizationOutput
 
impl Clone for UpdateAppAuthorizationOutput
source§fn clone(&self) -> UpdateAppAuthorizationOutput
 
fn clone(&self) -> UpdateAppAuthorizationOutput
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 UpdateAppAuthorizationOutput
 
impl Debug for UpdateAppAuthorizationOutput
source§impl PartialEq for UpdateAppAuthorizationOutput
 
impl PartialEq for UpdateAppAuthorizationOutput
source§fn eq(&self, other: &UpdateAppAuthorizationOutput) -> bool
 
fn eq(&self, other: &UpdateAppAuthorizationOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateAppAuthorizationOutput
 
impl RequestId for UpdateAppAuthorizationOutput
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 UpdateAppAuthorizationOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateAppAuthorizationOutput
impl Send for UpdateAppAuthorizationOutput
impl Sync for UpdateAppAuthorizationOutput
impl Unpin for UpdateAppAuthorizationOutput
impl UnwindSafe for UpdateAppAuthorizationOutput
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.