pub struct PutRuleOutput {
pub rule_arn: Option<String>,
}Expand description
Output for the PutRule operation.
Fields§
§rule_arn: Option<String>The ARN of the rule.
Trait Implementations§
Source§impl Clone for PutRuleOutput
impl Clone for PutRuleOutput
Source§fn clone(&self) -> PutRuleOutput
fn clone(&self) -> PutRuleOutput
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 PutRuleOutput
impl Debug for PutRuleOutput
Source§impl Default for PutRuleOutput
impl Default for PutRuleOutput
Source§fn default() -> PutRuleOutput
fn default() -> PutRuleOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PutRuleOutput
impl<'de> Deserialize<'de> for PutRuleOutput
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 PutRuleOutput
impl RefUnwindSafe for PutRuleOutput
impl Send for PutRuleOutput
impl Sync for PutRuleOutput
impl Unpin for PutRuleOutput
impl UnsafeUnpin for PutRuleOutput
impl UnwindSafe for PutRuleOutput
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