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