#[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() -> Builder
pub fn builder() -> Builder
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 more