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