Struct aws_sdk_secretsmanager::operation::restore_secret::builders::RestoreSecretOutputBuilder
source · #[non_exhaustive]pub struct RestoreSecretOutputBuilder { /* private fields */ }
Expand description
A builder for RestoreSecretOutput
.
Implementations§
source§impl RestoreSecretOutputBuilder
impl RestoreSecretOutputBuilder
sourcepub fn build(self) -> RestoreSecretOutput
pub fn build(self) -> RestoreSecretOutput
Consumes the builder and constructs a RestoreSecretOutput
.
Trait Implementations§
source§impl Clone for RestoreSecretOutputBuilder
impl Clone for RestoreSecretOutputBuilder
source§fn clone(&self) -> RestoreSecretOutputBuilder
fn clone(&self) -> RestoreSecretOutputBuilder
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 RestoreSecretOutputBuilder
impl Debug for RestoreSecretOutputBuilder
source§impl Default for RestoreSecretOutputBuilder
impl Default for RestoreSecretOutputBuilder
source§fn default() -> RestoreSecretOutputBuilder
fn default() -> RestoreSecretOutputBuilder
Returns the “default value” for a type. Read more
impl StructuralPartialEq for RestoreSecretOutputBuilder
Auto Trait Implementations§
impl Freeze for RestoreSecretOutputBuilder
impl RefUnwindSafe for RestoreSecretOutputBuilder
impl Send for RestoreSecretOutputBuilder
impl Sync for RestoreSecretOutputBuilder
impl Unpin for RestoreSecretOutputBuilder
impl UnwindSafe for RestoreSecretOutputBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.