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