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