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