Struct aws_sdk_opensearchserverless::operation::delete_security_policy::DeleteSecurityPolicyOutput
source · #[non_exhaustive]pub struct DeleteSecurityPolicyOutput { /* private fields */ }
Implementations§
source§impl DeleteSecurityPolicyOutput
impl DeleteSecurityPolicyOutput
sourcepub fn builder() -> DeleteSecurityPolicyOutputBuilder
pub fn builder() -> DeleteSecurityPolicyOutputBuilder
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 for DeleteSecurityPolicyOutput
impl PartialEq 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 ==
.source§impl RequestId for DeleteSecurityPolicyOutput
impl RequestId for DeleteSecurityPolicyOutput
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 DeleteSecurityPolicyOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteSecurityPolicyOutput
impl Send for DeleteSecurityPolicyOutput
impl Sync for DeleteSecurityPolicyOutput
impl Unpin for DeleteSecurityPolicyOutput
impl UnwindSafe for DeleteSecurityPolicyOutput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.