Struct lambda_runtime_types::rotate::SecretContainer [−][src]
This is supported on crate feature
rotate
only.Expand description
Transparent container to inner value.
Prevents accidental override of values not defined by S
Fields
data: S
Secret data as defined by S
o: HashMap<String, Value>
Other fields not defined by S
. Necessary to preserve
available fields, which are not defined in the type.
Trait Implementations
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<S> RefUnwindSafe for SecretContainer<S> where
S: RefUnwindSafe,
impl<S> Send for SecretContainer<S> where
S: Send,
impl<S> Sync for SecretContainer<S> where
S: Sync,
impl<S> Unpin for SecretContainer<S> where
S: Unpin,
impl<S> UnwindSafe for SecretContainer<S> where
S: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more