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 more
sourceimpl<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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
fn vzip(self) -> V
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more