pub struct Attachment { /* private fields */ }
Expand description
Attachment data
Implementations§
Trait Implementations§
Source§impl Debug for Attachment
impl Debug for Attachment
Source§impl Default for Attachment
impl Default for Attachment
Source§fn default() -> Attachment
fn default() -> Attachment
Returns the “default value” for a type. Read more
Source§impl<'a> From<&'a Attachment> for Attachment
impl<'a> From<&'a Attachment> for Attachment
Source§fn from(attachment: &'a Attachment) -> Self
fn from(attachment: &'a Attachment) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Attachment
impl RefUnwindSafe for Attachment
impl Send for Attachment
impl Sync for Attachment
impl Unpin for Attachment
impl UnwindSafe for Attachment
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