#[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.impl StructuralPartialEq for RejectAttachmentOutput
Auto Trait Implementations§
impl RefUnwindSafe for RejectAttachmentOutput
impl Send for RejectAttachmentOutput
impl Sync for RejectAttachmentOutput
impl Unpin for RejectAttachmentOutput
impl UnwindSafe for RejectAttachmentOutput
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