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