#[repr(transparent)]pub struct EmailMailboxEmptyFolderStatus(pub i32);Expand description
Required features: ‘ApplicationModel_Email’
Tuple Fields
0: i32Implementations
impl EmailMailboxEmptyFolderStatus
impl EmailMailboxEmptyFolderStatus
pub const Success: Self
pub const NetworkError: Self
pub const PermissionsError: Self
pub const ServerError: Self
pub const UnknownFailure: Self
pub const CouldNotDeleteEverything: Self
Trait Implementations
impl Clone for EmailMailboxEmptyFolderStatus
impl Clone for EmailMailboxEmptyFolderStatus
impl Copy for EmailMailboxEmptyFolderStatus
Auto Trait Implementations
impl RefUnwindSafe for EmailMailboxEmptyFolderStatus
impl Send for EmailMailboxEmptyFolderStatus
impl Sync for EmailMailboxEmptyFolderStatus
impl Unpin for EmailMailboxEmptyFolderStatus
impl UnwindSafe for EmailMailboxEmptyFolderStatus
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