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