Struct aws_sdk_cloudfront::input::UpdatePublicKeyInput
source · [−]#[non_exhaustive]pub struct UpdatePublicKeyInput { /* private fields */ }
Implementations
sourceimpl UpdatePublicKeyInput
impl UpdatePublicKeyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdatePublicKey, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdatePublicKey, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdatePublicKey
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdatePublicKeyInput
.
sourceimpl UpdatePublicKeyInput
impl UpdatePublicKeyInput
sourcepub fn public_key_config(&self) -> Option<&PublicKeyConfig>
pub fn public_key_config(&self) -> Option<&PublicKeyConfig>
A public key configuration.
Trait Implementations
sourceimpl Clone for UpdatePublicKeyInput
impl Clone for UpdatePublicKeyInput
sourcefn clone(&self) -> UpdatePublicKeyInput
fn clone(&self) -> UpdatePublicKeyInput
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 UpdatePublicKeyInput
impl Debug for UpdatePublicKeyInput
sourceimpl PartialEq<UpdatePublicKeyInput> for UpdatePublicKeyInput
impl PartialEq<UpdatePublicKeyInput> for UpdatePublicKeyInput
sourcefn eq(&self, other: &UpdatePublicKeyInput) -> bool
fn eq(&self, other: &UpdatePublicKeyInput) -> bool
impl StructuralPartialEq for UpdatePublicKeyInput
Auto Trait Implementations
impl RefUnwindSafe for UpdatePublicKeyInput
impl Send for UpdatePublicKeyInput
impl Sync for UpdatePublicKeyInput
impl Unpin for UpdatePublicKeyInput
impl UnwindSafe for UpdatePublicKeyInput
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