#[non_exhaustive]pub struct UpdateSecurityProfileOutput {}
Implementations
sourceimpl UpdateSecurityProfileOutput
impl UpdateSecurityProfileOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateSecurityProfileOutput
.
Trait Implementations
sourceimpl Clone for UpdateSecurityProfileOutput
impl Clone for UpdateSecurityProfileOutput
sourcefn clone(&self) -> UpdateSecurityProfileOutput
fn clone(&self) -> UpdateSecurityProfileOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UpdateSecurityProfileOutput
impl Debug for UpdateSecurityProfileOutput
sourceimpl PartialEq<UpdateSecurityProfileOutput> for UpdateSecurityProfileOutput
impl PartialEq<UpdateSecurityProfileOutput> for UpdateSecurityProfileOutput
sourcefn eq(&self, other: &UpdateSecurityProfileOutput) -> bool
fn eq(&self, other: &UpdateSecurityProfileOutput) -> bool
impl StructuralPartialEq for UpdateSecurityProfileOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateSecurityProfileOutput
impl Send for UpdateSecurityProfileOutput
impl Sync for UpdateSecurityProfileOutput
impl Unpin for UpdateSecurityProfileOutput
impl UnwindSafe for UpdateSecurityProfileOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more