pub struct ExternalSecretRotationMetadataItem {
pub key: Option<String>,
pub value: Option<String>,
}Expand description
Secrets Manager ExternalSecretRotationMetadataItem.
Fields§
§key: Option<String>§value: Option<String>Trait Implementations§
Source§impl Clone for ExternalSecretRotationMetadataItem
impl Clone for ExternalSecretRotationMetadataItem
Source§fn clone(&self) -> ExternalSecretRotationMetadataItem
fn clone(&self) -> ExternalSecretRotationMetadataItem
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 Default for ExternalSecretRotationMetadataItem
impl Default for ExternalSecretRotationMetadataItem
Source§fn default() -> ExternalSecretRotationMetadataItem
fn default() -> ExternalSecretRotationMetadataItem
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExternalSecretRotationMetadataItem
impl<'de> Deserialize<'de> for ExternalSecretRotationMetadataItem
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
Auto Trait Implementations§
impl Freeze for ExternalSecretRotationMetadataItem
impl RefUnwindSafe for ExternalSecretRotationMetadataItem
impl Send for ExternalSecretRotationMetadataItem
impl Sync for ExternalSecretRotationMetadataItem
impl Unpin for ExternalSecretRotationMetadataItem
impl UnsafeUnpin for ExternalSecretRotationMetadataItem
impl UnwindSafe for ExternalSecretRotationMetadataItem
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