#[non_exhaustive]pub struct SendAutomationSignalOutput { /* private fields */ }
Implementations§
source§impl SendAutomationSignalOutput
impl SendAutomationSignalOutput
sourcepub fn builder() -> SendAutomationSignalOutputBuilder
pub fn builder() -> SendAutomationSignalOutputBuilder
Creates a new builder-style object to manufacture SendAutomationSignalOutput
.
Trait Implementations§
source§impl Clone for SendAutomationSignalOutput
impl Clone for SendAutomationSignalOutput
source§fn clone(&self) -> SendAutomationSignalOutput
fn clone(&self) -> SendAutomationSignalOutput
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 SendAutomationSignalOutput
impl Debug for SendAutomationSignalOutput
source§impl PartialEq for SendAutomationSignalOutput
impl PartialEq for SendAutomationSignalOutput
source§fn eq(&self, other: &SendAutomationSignalOutput) -> bool
fn eq(&self, other: &SendAutomationSignalOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for SendAutomationSignalOutput
impl RequestId for SendAutomationSignalOutput
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 SendAutomationSignalOutput
Auto Trait Implementations§
impl RefUnwindSafe for SendAutomationSignalOutput
impl Send for SendAutomationSignalOutput
impl Sync for SendAutomationSignalOutput
impl Unpin for SendAutomationSignalOutput
impl UnwindSafe for SendAutomationSignalOutput
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