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