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