#[repr(transparent)]pub struct EmailMessageDownloadState(pub i32);
Expand description
Required features: "ApplicationModel_Email"
Tuple Fields
0: i32
Implementations
impl EmailMessageDownloadState
impl EmailMessageDownloadState
pub const PartiallyDownloaded: 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 EmailMessageDownloadState
impl Clone for EmailMessageDownloadState
impl Copy for EmailMessageDownloadState
Auto Trait Implementations
impl RefUnwindSafe for EmailMessageDownloadState
impl Send for EmailMessageDownloadState
impl Sync for EmailMessageDownloadState
impl Unpin for EmailMessageDownloadState
impl UnwindSafe for EmailMessageDownloadState
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