pub struct AttachmentOptions {
pub file_name: Option<String>,
pub inline: bool,
pub content_id: Option<String>,
}
Fields§
§file_name: Option<String>
§inline: bool
§content_id: Option<String>
Trait Implementations§
source§impl Clone for AttachmentOptions
impl Clone for AttachmentOptions
source§fn clone(&self) -> AttachmentOptions
fn clone(&self) -> AttachmentOptions
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 AttachmentOptions
impl Debug for AttachmentOptions
source§impl PartialEq for AttachmentOptions
impl PartialEq for AttachmentOptions
impl StructuralPartialEq for AttachmentOptions
Auto Trait Implementations§
impl Freeze for AttachmentOptions
impl RefUnwindSafe for AttachmentOptions
impl Send for AttachmentOptions
impl Sync for AttachmentOptions
impl Unpin for AttachmentOptions
impl UnwindSafe for AttachmentOptions
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)