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