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