pub struct RotateEncryptionKeyResult {
pub cluster: Option<Cluster>,
}
Fields§
§cluster: Option<Cluster>
Trait Implementations§
Source§impl Clone for RotateEncryptionKeyResult
impl Clone for RotateEncryptionKeyResult
Source§fn clone(&self) -> RotateEncryptionKeyResult
fn clone(&self) -> RotateEncryptionKeyResult
Returns a duplicate 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 RotateEncryptionKeyResult
impl Debug for RotateEncryptionKeyResult
Source§impl Default for RotateEncryptionKeyResult
impl Default for RotateEncryptionKeyResult
Source§fn default() -> RotateEncryptionKeyResult
fn default() -> RotateEncryptionKeyResult
Returns the “default value” for a type. Read more
impl StructuralPartialEq for RotateEncryptionKeyResult
Auto Trait Implementations§
impl Freeze for RotateEncryptionKeyResult
impl RefUnwindSafe for RotateEncryptionKeyResult
impl Send for RotateEncryptionKeyResult
impl Sync for RotateEncryptionKeyResult
impl Unpin for RotateEncryptionKeyResult
impl UnwindSafe for RotateEncryptionKeyResult
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