#[repr(transparent)]pub struct EmailMailboxChangeType(pub i32);
Expand description
Required features: "ApplicationModel_Email"
Tuple Fields
0: i32
Implementations
impl EmailMailboxChangeType
impl EmailMailboxChangeType
pub const MessageCreated: Self = Self(0i32)
pub const MessageModified: Self = Self(1i32)
pub const MessageDeleted: Self = Self(2i32)
pub const FolderCreated: Self = Self(3i32)
pub const FolderModified: Self = Self(4i32)
pub const FolderDeleted: Self = Self(5i32)
pub const ChangeTrackingLost: Self = Self(6i32)
Trait Implementations
impl Clone for EmailMailboxChangeType
impl Clone for EmailMailboxChangeType
impl Copy for EmailMailboxChangeType
Auto Trait Implementations
impl RefUnwindSafe for EmailMailboxChangeType
impl Send for EmailMailboxChangeType
impl Sync for EmailMailboxChangeType
impl Unpin for EmailMailboxChangeType
impl UnwindSafe for EmailMailboxChangeType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more