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