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