#[repr(transparent)]pub struct EmailAttachmentDownloadState(pub i32);
Expand description
Required features: "ApplicationModel_Email"
Tuple Fields
0: i32
Implementations
impl EmailAttachmentDownloadState
impl EmailAttachmentDownloadState
pub const NotDownloaded: Self = Self(0i32)
pub const Downloading: Self = Self(1i32)
pub const Downloaded: Self = Self(2i32)
pub const Failed: Self = Self(3i32)
Trait Implementations
impl Clone for EmailAttachmentDownloadState
impl Clone for EmailAttachmentDownloadState
impl Copy for EmailAttachmentDownloadState
Auto Trait Implementations
impl RefUnwindSafe for EmailAttachmentDownloadState
impl Send for EmailAttachmentDownloadState
impl Sync for EmailAttachmentDownloadState
impl Unpin for EmailAttachmentDownloadState
impl UnwindSafe for EmailAttachmentDownloadState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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