pub struct ExternalKmsKeyId {
pub key_id: Option<String>,
pub key_reference: Option<String>,
}Fields§
§key_id: Option<String>§key_reference: Option<String>Implementations§
Source§impl ExternalKmsKeyId
impl ExternalKmsKeyId
pub fn new() -> ExternalKmsKeyId
Trait Implementations§
Source§impl Clone for ExternalKmsKeyId
impl Clone for ExternalKmsKeyId
Source§fn clone(&self) -> ExternalKmsKeyId
fn clone(&self) -> ExternalKmsKeyId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExternalKmsKeyId
impl Debug for ExternalKmsKeyId
Source§impl Default for ExternalKmsKeyId
impl Default for ExternalKmsKeyId
Source§fn default() -> ExternalKmsKeyId
fn default() -> ExternalKmsKeyId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExternalKmsKeyId
impl<'de> Deserialize<'de> for ExternalKmsKeyId
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 PartialEq for ExternalKmsKeyId
impl PartialEq for ExternalKmsKeyId
Source§fn eq(&self, other: &ExternalKmsKeyId) -> bool
fn eq(&self, other: &ExternalKmsKeyId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ExternalKmsKeyId
impl Serialize for ExternalKmsKeyId
impl StructuralPartialEq for ExternalKmsKeyId
Auto Trait Implementations§
impl Freeze for ExternalKmsKeyId
impl RefUnwindSafe for ExternalKmsKeyId
impl Send for ExternalKmsKeyId
impl Sync for ExternalKmsKeyId
impl Unpin for ExternalKmsKeyId
impl UnsafeUnpin for ExternalKmsKeyId
impl UnwindSafe for ExternalKmsKeyId
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