Struct aws_sdk_support::model::Attachment
source · #[non_exhaustive]pub struct Attachment { /* private fields */ }Expand description
An attachment to a case communication. The attachment consists of the file name and the content of the file.
Implementations§
source§impl Attachment
impl Attachment
source§impl Attachment
impl Attachment
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Attachment.
Trait Implementations§
source§impl Clone for Attachment
impl Clone for Attachment
source§fn clone(&self) -> Attachment
fn clone(&self) -> Attachment
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 Attachment
impl Debug for Attachment
source§impl PartialEq<Attachment> for Attachment
impl PartialEq<Attachment> for Attachment
source§fn eq(&self, other: &Attachment) -> bool
fn eq(&self, other: &Attachment) -> bool
This method tests for
self and other values to be equal, and is used
by ==.