pub struct UpdateRoleOutput {
pub updated: Option<bool>,
}Fields§
§updated: Option<bool>Implementations§
Source§impl UpdateRoleOutput
impl UpdateRoleOutput
pub fn new() -> UpdateRoleOutput
Trait Implementations§
Source§impl Clone for UpdateRoleOutput
impl Clone for UpdateRoleOutput
Source§fn clone(&self) -> UpdateRoleOutput
fn clone(&self) -> UpdateRoleOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateRoleOutput
impl Debug for UpdateRoleOutput
Source§impl Default for UpdateRoleOutput
impl Default for UpdateRoleOutput
Source§fn default() -> UpdateRoleOutput
fn default() -> UpdateRoleOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateRoleOutput
impl<'de> Deserialize<'de> for UpdateRoleOutput
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 UpdateRoleOutput
impl PartialEq for UpdateRoleOutput
Source§fn eq(&self, other: &UpdateRoleOutput) -> bool
fn eq(&self, other: &UpdateRoleOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UpdateRoleOutput
impl Serialize for UpdateRoleOutput
impl StructuralPartialEq for UpdateRoleOutput
Auto Trait Implementations§
impl Freeze for UpdateRoleOutput
impl RefUnwindSafe for UpdateRoleOutput
impl Send for UpdateRoleOutput
impl Sync for UpdateRoleOutput
impl Unpin for UpdateRoleOutput
impl UnsafeUnpin for UpdateRoleOutput
impl UnwindSafe for UpdateRoleOutput
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