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