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