#[non_exhaustive]pub struct DeleteSecurityPolicyOutput {}
Implementations§
source§impl DeleteSecurityPolicyOutput
impl DeleteSecurityPolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteSecurityPolicyOutput
.
Trait Implementations§
source§impl Clone for DeleteSecurityPolicyOutput
impl Clone for DeleteSecurityPolicyOutput
source§fn clone(&self) -> DeleteSecurityPolicyOutput
fn clone(&self) -> DeleteSecurityPolicyOutput
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 DeleteSecurityPolicyOutput
impl Debug for DeleteSecurityPolicyOutput
source§impl PartialEq<DeleteSecurityPolicyOutput> for DeleteSecurityPolicyOutput
impl PartialEq<DeleteSecurityPolicyOutput> for DeleteSecurityPolicyOutput
source§fn eq(&self, other: &DeleteSecurityPolicyOutput) -> bool
fn eq(&self, other: &DeleteSecurityPolicyOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.