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