Struct aws_sdk_cloudfront::output::CreatePublicKeyOutput
source · [−]#[non_exhaustive]pub struct CreatePublicKeyOutput { /* private fields */ }
Implementations
sourceimpl CreatePublicKeyOutput
impl CreatePublicKeyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreatePublicKeyOutput
.
Trait Implementations
sourceimpl Clone for CreatePublicKeyOutput
impl Clone for CreatePublicKeyOutput
sourcefn clone(&self) -> CreatePublicKeyOutput
fn clone(&self) -> CreatePublicKeyOutput
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 CreatePublicKeyOutput
impl Debug for CreatePublicKeyOutput
sourceimpl PartialEq<CreatePublicKeyOutput> for CreatePublicKeyOutput
impl PartialEq<CreatePublicKeyOutput> for CreatePublicKeyOutput
sourcefn eq(&self, other: &CreatePublicKeyOutput) -> bool
fn eq(&self, other: &CreatePublicKeyOutput) -> bool
impl StructuralPartialEq for CreatePublicKeyOutput
Auto Trait Implementations
impl RefUnwindSafe for CreatePublicKeyOutput
impl Send for CreatePublicKeyOutput
impl Sync for CreatePublicKeyOutput
impl Unpin for CreatePublicKeyOutput
impl UnwindSafe for CreatePublicKeyOutput
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