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