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