pub struct SecretsManagerSecretRotationEvent {
pub step: String,
pub secret_id: String,
pub client_request_token: String,
}Fields§
§step: String§secret_id: String§client_request_token: StringTrait Implementations§
Source§impl Clone for SecretsManagerSecretRotationEvent
impl Clone for SecretsManagerSecretRotationEvent
Source§fn clone(&self) -> SecretsManagerSecretRotationEvent
fn clone(&self) -> SecretsManagerSecretRotationEvent
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<'de> Deserialize<'de> for SecretsManagerSecretRotationEvent
impl<'de> Deserialize<'de> for SecretsManagerSecretRotationEvent
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 SecretsManagerSecretRotationEvent
impl PartialEq for SecretsManagerSecretRotationEvent
Source§fn eq(&self, other: &SecretsManagerSecretRotationEvent) -> bool
fn eq(&self, other: &SecretsManagerSecretRotationEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SecretsManagerSecretRotationEvent
impl StructuralPartialEq for SecretsManagerSecretRotationEvent
Auto Trait Implementations§
impl Freeze for SecretsManagerSecretRotationEvent
impl RefUnwindSafe for SecretsManagerSecretRotationEvent
impl Send for SecretsManagerSecretRotationEvent
impl Sync for SecretsManagerSecretRotationEvent
impl Unpin for SecretsManagerSecretRotationEvent
impl UnwindSafe for SecretsManagerSecretRotationEvent
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