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