pub struct DeleteRoleAliasResponse {}Trait Implementations§
Source§impl Clone for DeleteRoleAliasResponse
impl Clone for DeleteRoleAliasResponse
Source§fn clone(&self) -> DeleteRoleAliasResponse
fn clone(&self) -> DeleteRoleAliasResponse
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 DeleteRoleAliasResponse
impl Debug for DeleteRoleAliasResponse
Source§impl Default for DeleteRoleAliasResponse
impl Default for DeleteRoleAliasResponse
Source§fn default() -> DeleteRoleAliasResponse
fn default() -> DeleteRoleAliasResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteRoleAliasResponse
impl<'de> Deserialize<'de> for DeleteRoleAliasResponse
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
Source§impl PartialEq for DeleteRoleAliasResponse
impl PartialEq for DeleteRoleAliasResponse
impl StructuralPartialEq for DeleteRoleAliasResponse
Auto Trait Implementations§
impl Freeze for DeleteRoleAliasResponse
impl RefUnwindSafe for DeleteRoleAliasResponse
impl Send for DeleteRoleAliasResponse
impl Sync for DeleteRoleAliasResponse
impl Unpin for DeleteRoleAliasResponse
impl UnwindSafe for DeleteRoleAliasResponse
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