Struct aws_sdk_support::model::AttachmentDetails
source · [−]#[non_exhaustive]pub struct AttachmentDetails { /* private fields */ }Expand description
The file name and ID of an attachment to a case communication. You can use the ID to retrieve the attachment with the DescribeAttachment operation.
Implementations
sourceimpl AttachmentDetails
impl AttachmentDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AttachmentDetails.
Trait Implementations
sourceimpl Clone for AttachmentDetails
impl Clone for AttachmentDetails
sourcefn clone(&self) -> AttachmentDetails
fn clone(&self) -> AttachmentDetails
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AttachmentDetails
impl Debug for AttachmentDetails
sourceimpl PartialEq<AttachmentDetails> for AttachmentDetails
impl PartialEq<AttachmentDetails> for AttachmentDetails
sourcefn eq(&self, other: &AttachmentDetails) -> bool
fn eq(&self, other: &AttachmentDetails) -> bool
impl StructuralPartialEq for AttachmentDetails
Auto Trait Implementations
impl RefUnwindSafe for AttachmentDetails
impl Send for AttachmentDetails
impl Sync for AttachmentDetails
impl Unpin for AttachmentDetails
impl UnwindSafe for AttachmentDetails
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more