Struct aws_sdk_redshift::operation::delete_hsm_client_certificate::builders::DeleteHsmClientCertificateOutputBuilder
source · #[non_exhaustive]pub struct DeleteHsmClientCertificateOutputBuilder { /* private fields */ }Expand description
A builder for DeleteHsmClientCertificateOutput.
Implementations§
source§impl DeleteHsmClientCertificateOutputBuilder
impl DeleteHsmClientCertificateOutputBuilder
sourcepub fn build(self) -> DeleteHsmClientCertificateOutput
pub fn build(self) -> DeleteHsmClientCertificateOutput
Consumes the builder and constructs a DeleteHsmClientCertificateOutput.
Trait Implementations§
source§impl Clone for DeleteHsmClientCertificateOutputBuilder
impl Clone for DeleteHsmClientCertificateOutputBuilder
source§fn clone(&self) -> DeleteHsmClientCertificateOutputBuilder
fn clone(&self) -> DeleteHsmClientCertificateOutputBuilder
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 Default for DeleteHsmClientCertificateOutputBuilder
impl Default for DeleteHsmClientCertificateOutputBuilder
source§fn default() -> DeleteHsmClientCertificateOutputBuilder
fn default() -> DeleteHsmClientCertificateOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteHsmClientCertificateOutputBuilder> for DeleteHsmClientCertificateOutputBuilder
impl PartialEq<DeleteHsmClientCertificateOutputBuilder> for DeleteHsmClientCertificateOutputBuilder
source§fn eq(&self, other: &DeleteHsmClientCertificateOutputBuilder) -> bool
fn eq(&self, other: &DeleteHsmClientCertificateOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteHsmClientCertificateOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteHsmClientCertificateOutputBuilder
impl Send for DeleteHsmClientCertificateOutputBuilder
impl Sync for DeleteHsmClientCertificateOutputBuilder
impl Unpin for DeleteHsmClientCertificateOutputBuilder
impl UnwindSafe for DeleteHsmClientCertificateOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more