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