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