Struct aws_sdk_secretsmanager::output::RotateSecretOutput
source · #[non_exhaustive]pub struct RotateSecretOutput { /* private fields */ }Implementations§
source§impl RotateSecretOutput
impl RotateSecretOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RotateSecretOutput.
Trait Implementations§
source§impl Clone for RotateSecretOutput
impl Clone for RotateSecretOutput
source§fn clone(&self) -> RotateSecretOutput
fn clone(&self) -> RotateSecretOutput
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 RotateSecretOutput
impl Debug for RotateSecretOutput
source§impl PartialEq<RotateSecretOutput> for RotateSecretOutput
impl PartialEq<RotateSecretOutput> for RotateSecretOutput
source§fn eq(&self, other: &RotateSecretOutput) -> bool
fn eq(&self, other: &RotateSecretOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.