#[non_exhaustive]pub struct DeleteApiKeyOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteApiKeyOutput
.
Implementations§
source§impl DeleteApiKeyOutputBuilder
impl DeleteApiKeyOutputBuilder
sourcepub fn build(self) -> DeleteApiKeyOutput
pub fn build(self) -> DeleteApiKeyOutput
Consumes the builder and constructs a DeleteApiKeyOutput
.
Trait Implementations§
source§impl Clone for DeleteApiKeyOutputBuilder
impl Clone for DeleteApiKeyOutputBuilder
source§fn clone(&self) -> DeleteApiKeyOutputBuilder
fn clone(&self) -> DeleteApiKeyOutputBuilder
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 DeleteApiKeyOutputBuilder
impl Debug for DeleteApiKeyOutputBuilder
source§impl Default for DeleteApiKeyOutputBuilder
impl Default for DeleteApiKeyOutputBuilder
source§fn default() -> DeleteApiKeyOutputBuilder
fn default() -> DeleteApiKeyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteApiKeyOutputBuilder> for DeleteApiKeyOutputBuilder
impl PartialEq<DeleteApiKeyOutputBuilder> for DeleteApiKeyOutputBuilder
source§fn eq(&self, other: &DeleteApiKeyOutputBuilder) -> bool
fn eq(&self, other: &DeleteApiKeyOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteApiKeyOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteApiKeyOutputBuilder
impl Send for DeleteApiKeyOutputBuilder
impl Sync for DeleteApiKeyOutputBuilder
impl Unpin for DeleteApiKeyOutputBuilder
impl UnwindSafe for DeleteApiKeyOutputBuilder
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