#[non_exhaustive]pub struct SubmitContainerStateChangeOutput { /* private fields */ }Implementations§
source§impl SubmitContainerStateChangeOutput
impl SubmitContainerStateChangeOutput
sourcepub fn acknowledgment(&self) -> Option<&str>
pub fn acknowledgment(&self) -> Option<&str>
Acknowledgement of the state change.
source§impl SubmitContainerStateChangeOutput
impl SubmitContainerStateChangeOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SubmitContainerStateChangeOutput.
Trait Implementations§
source§impl Clone for SubmitContainerStateChangeOutput
impl Clone for SubmitContainerStateChangeOutput
source§fn clone(&self) -> SubmitContainerStateChangeOutput
fn clone(&self) -> SubmitContainerStateChangeOutput
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 PartialEq<SubmitContainerStateChangeOutput> for SubmitContainerStateChangeOutput
impl PartialEq<SubmitContainerStateChangeOutput> for SubmitContainerStateChangeOutput
source§fn eq(&self, other: &SubmitContainerStateChangeOutput) -> bool
fn eq(&self, other: &SubmitContainerStateChangeOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.