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