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