#[repr(transparent)]pub struct EmailMailboxActionKind(pub i32);Expand description
Required features: ‘ApplicationModel_Email’
Tuple Fields
0: i32Implementations
impl EmailMailboxActionKind
impl EmailMailboxActionKind
pub const MarkMessageAsSeen: Self
pub const MarkMessageRead: Self
pub const ChangeMessageFlagState: Self
pub const MoveMessage: Self
pub const SaveDraft: Self
pub const SendMessage: Self
pub const CreateResponseReplyMessage: Self
pub const CreateResponseReplyAllMessage: Self
pub const CreateResponseForwardMessage: Self
pub const MoveFolder: Self
pub const MarkFolderForSyncEnabled: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more