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