#[repr(transparent)]pub struct EmailMailboxActionKind(pub i32);
Expand description
Required features: "ApplicationModel_Email"
Tuple Fields
0: i32
Implementations
impl EmailMailboxActionKind
impl EmailMailboxActionKind
pub const MarkMessageAsSeen: Self = Self(0i32)
pub const MarkMessageRead: Self = Self(1i32)
pub const ChangeMessageFlagState: Self = Self(2i32)
pub const MoveMessage: Self = Self(3i32)
pub const SaveDraft: Self = Self(4i32)
pub const SendMessage: Self = Self(5i32)
pub const CreateResponseReplyMessage: Self = Self(6i32)
pub const CreateResponseReplyAllMessage: Self = Self(7i32)
pub const CreateResponseForwardMessage: Self = Self(8i32)
pub const MoveFolder: Self = Self(9i32)
pub const MarkFolderForSyncEnabled: Self = Self(10i32)
Trait Implementations
impl Clone for EmailMailboxActionKind
impl Clone for EmailMailboxActionKind
impl Copy for EmailMailboxActionKind
Auto Trait Implementations
impl RefUnwindSafe for EmailMailboxActionKind
impl Send for EmailMailboxActionKind
impl Sync for EmailMailboxActionKind
impl Unpin for EmailMailboxActionKind
impl UnwindSafe for EmailMailboxActionKind
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