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