Struct aws_sdk_iam::output::ListGroupsForUserOutput
source · [−]#[non_exhaustive]pub struct ListGroupsForUserOutput { /* private fields */ }Expand description
Contains the response to a successful ListGroupsForUser request.
Implementations
sourceimpl ListGroupsForUserOutput
impl ListGroupsForUserOutput
sourcepub fn is_truncated(&self) -> bool
pub fn is_truncated(&self) -> bool
A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.
sourceimpl ListGroupsForUserOutput
impl ListGroupsForUserOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListGroupsForUserOutput.
Trait Implementations
sourceimpl Clone for ListGroupsForUserOutput
impl Clone for ListGroupsForUserOutput
sourcefn clone(&self) -> ListGroupsForUserOutput
fn clone(&self) -> ListGroupsForUserOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ListGroupsForUserOutput
impl Debug for ListGroupsForUserOutput
sourceimpl PartialEq<ListGroupsForUserOutput> for ListGroupsForUserOutput
impl PartialEq<ListGroupsForUserOutput> for ListGroupsForUserOutput
sourcefn eq(&self, other: &ListGroupsForUserOutput) -> bool
fn eq(&self, other: &ListGroupsForUserOutput) -> bool
impl StructuralPartialEq for ListGroupsForUserOutput
Auto Trait Implementations
impl RefUnwindSafe for ListGroupsForUserOutput
impl Send for ListGroupsForUserOutput
impl Sync for ListGroupsForUserOutput
impl Unpin for ListGroupsForUserOutput
impl UnwindSafe for ListGroupsForUserOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more