Struct aws_sdk_cloudfront::output::DeletePublicKeyOutput
source · [−]#[non_exhaustive]pub struct DeletePublicKeyOutput {}
Implementations
sourceimpl DeletePublicKeyOutput
impl DeletePublicKeyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeletePublicKeyOutput
.
Trait Implementations
sourceimpl Clone for DeletePublicKeyOutput
impl Clone for DeletePublicKeyOutput
sourcefn clone(&self) -> DeletePublicKeyOutput
fn clone(&self) -> DeletePublicKeyOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DeletePublicKeyOutput
impl Debug for DeletePublicKeyOutput
sourceimpl PartialEq<DeletePublicKeyOutput> for DeletePublicKeyOutput
impl PartialEq<DeletePublicKeyOutput> for DeletePublicKeyOutput
sourcefn eq(&self, other: &DeletePublicKeyOutput) -> bool
fn eq(&self, other: &DeletePublicKeyOutput) -> bool
impl StructuralPartialEq for DeletePublicKeyOutput
Auto Trait Implementations
impl RefUnwindSafe for DeletePublicKeyOutput
impl Send for DeletePublicKeyOutput
impl Sync for DeletePublicKeyOutput
impl Unpin for DeletePublicKeyOutput
impl UnwindSafe for DeletePublicKeyOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more