pub struct KmsKeyState(/* private fields */);Expand description
Represents the accessibility state of a customer-managed KMS key used for CMEK integration.
Implementations§
Trait Implementations§
Source§impl Clone for KmsKeyState
impl Clone for KmsKeyState
Source§fn clone(&self) -> KmsKeyState
fn clone(&self) -> KmsKeyState
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 KmsKeyState
impl Debug for KmsKeyState
Source§impl Default for KmsKeyState
impl Default for KmsKeyState
Source§fn default() -> KmsKeyState
fn default() -> KmsKeyState
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for KmsKeyState
impl<'de> Deserialize<'de> for KmsKeyState
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<String> for KmsKeyState
impl From<String> for KmsKeyState
Source§impl PartialEq for KmsKeyState
impl PartialEq for KmsKeyState
Source§impl Serialize for KmsKeyState
impl Serialize for KmsKeyState
impl StructuralPartialEq for KmsKeyState
Auto Trait Implementations§
impl Freeze for KmsKeyState
impl RefUnwindSafe for KmsKeyState
impl Send for KmsKeyState
impl Sync for KmsKeyState
impl Unpin for KmsKeyState
impl UnwindSafe for KmsKeyState
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