Struct aws_sdk_eventbridge::operation::put_rule::PutRuleOutput
source · #[non_exhaustive]pub struct PutRuleOutput { /* private fields */ }
Implementations§
source§impl PutRuleOutput
impl PutRuleOutput
source§impl PutRuleOutput
impl PutRuleOutput
sourcepub fn builder() -> PutRuleOutputBuilder
pub fn builder() -> PutRuleOutputBuilder
Creates a new builder-style object to manufacture PutRuleOutput
.
Trait Implementations§
source§impl Clone for PutRuleOutput
impl Clone for PutRuleOutput
source§fn clone(&self) -> PutRuleOutput
fn clone(&self) -> PutRuleOutput
Returns a copy 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 PartialEq<PutRuleOutput> for PutRuleOutput
impl PartialEq<PutRuleOutput> for PutRuleOutput
source§fn eq(&self, other: &PutRuleOutput) -> bool
fn eq(&self, other: &PutRuleOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for PutRuleOutput
impl RequestId for PutRuleOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for PutRuleOutput
Auto Trait Implementations§
impl RefUnwindSafe for PutRuleOutput
impl Send for PutRuleOutput
impl Sync for PutRuleOutput
impl Unpin 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