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