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