#[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
pub const Downloading: Self
pub const Downloaded: Self
pub const Failed: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more