#[non_exhaustive]pub struct AcceptAttachmentOutput { /* private fields */ }
Implementations§
source§impl AcceptAttachmentOutput
impl AcceptAttachmentOutput
sourcepub fn attachment(&self) -> Option<&Attachment>
pub fn attachment(&self) -> Option<&Attachment>
The response to the attachment request.
source§impl AcceptAttachmentOutput
impl AcceptAttachmentOutput
sourcepub fn builder() -> AcceptAttachmentOutputBuilder
pub fn builder() -> AcceptAttachmentOutputBuilder
Creates a new builder-style object to manufacture AcceptAttachmentOutput
.
Trait Implementations§
source§impl Clone for AcceptAttachmentOutput
impl Clone for AcceptAttachmentOutput
source§fn clone(&self) -> AcceptAttachmentOutput
fn clone(&self) -> AcceptAttachmentOutput
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 AcceptAttachmentOutput
impl Debug for AcceptAttachmentOutput
source§impl PartialEq<AcceptAttachmentOutput> for AcceptAttachmentOutput
impl PartialEq<AcceptAttachmentOutput> for AcceptAttachmentOutput
source§fn eq(&self, other: &AcceptAttachmentOutput) -> bool
fn eq(&self, other: &AcceptAttachmentOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for AcceptAttachmentOutput
impl RequestId for AcceptAttachmentOutput
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.