Struct EmailAttachmentDownloadState
#[repr(transparent)]pub struct EmailAttachmentDownloadState(pub i32);Tuple Fields§
§0: i32Implementations§
§impl EmailAttachmentDownloadState
impl EmailAttachmentDownloadState
pub const NotDownloaded: Self
pub const Downloading: Self
pub const Downloaded: Self
pub const Failed: Self
Trait Implementations§
§impl Clone for EmailAttachmentDownloadState
impl Clone for EmailAttachmentDownloadState
§fn clone(&self) -> EmailAttachmentDownloadState
fn clone(&self) -> EmailAttachmentDownloadState
Returns a duplicate 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§impl Debug for EmailAttachmentDownloadState
impl Debug for EmailAttachmentDownloadState
§impl Default for EmailAttachmentDownloadState
impl Default for EmailAttachmentDownloadState
§fn default() -> EmailAttachmentDownloadState
fn default() -> EmailAttachmentDownloadState
Returns the “default value” for a type. Read more
§impl PartialEq for EmailAttachmentDownloadState
impl PartialEq for EmailAttachmentDownloadState
impl Copy for EmailAttachmentDownloadState
impl Eq for EmailAttachmentDownloadState
impl StructuralPartialEq for EmailAttachmentDownloadState
Auto Trait Implementations§
impl Freeze for EmailAttachmentDownloadState
impl RefUnwindSafe for EmailAttachmentDownloadState
impl Send for EmailAttachmentDownloadState
impl Sync for EmailAttachmentDownloadState
impl Unpin for EmailAttachmentDownloadState
impl UnwindSafe for EmailAttachmentDownloadState
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