Struct lambda_runtime_types::rotate::SecretContainer
source · [−]Available on crate features
rotate_rusoto
or rotate_aws_sdk
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>
Available on crate feature
rotate_with_preserve
only.Other fields not defined by S
. Necessary to preserve
available fields, which are not defined in the type.
Enabled by default with feature rotate_with_preserve
Trait Implementations
sourceimpl<S: Clone> Clone for SecretContainer<S>
impl<S: Clone> Clone for SecretContainer<S>
sourcefn clone(&self) -> SecretContainer<S>
fn clone(&self) -> SecretContainer<S>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl<S: Debug> Debug for SecretContainer<S>
impl<S: Debug> Debug for SecretContainer<S>
sourceimpl<S> Deref for SecretContainer<S>
impl<S> Deref for SecretContainer<S>
sourceimpl<S> DerefMut for SecretContainer<S>
impl<S> DerefMut for SecretContainer<S>
sourceimpl<'de, S> Deserialize<'de> for SecretContainer<S>where
S: Deserialize<'de>,
impl<'de, S> Deserialize<'de> for SecretContainer<S>where
S: Deserialize<'de>,
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more