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