Struct windows::ApplicationModel::Email::EmailMailboxActionKind
#[repr(transparent)]pub struct EmailMailboxActionKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
§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
§fn clone(&self) -> EmailMailboxActionKind
fn clone(&self) -> EmailMailboxActionKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for EmailMailboxActionKind
impl Debug for EmailMailboxActionKind
§impl Default for EmailMailboxActionKind
impl Default for EmailMailboxActionKind
§fn default() -> EmailMailboxActionKind
fn default() -> EmailMailboxActionKind
Returns the “default value” for a type. Read more
§impl PartialEq for EmailMailboxActionKind
impl PartialEq for EmailMailboxActionKind
§fn eq(&self, other: &EmailMailboxActionKind) -> bool
fn eq(&self, other: &EmailMailboxActionKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EmailMailboxActionKind
impl Eq for EmailMailboxActionKind
impl StructuralPartialEq for EmailMailboxActionKind
Auto Trait Implementations§
impl Freeze for EmailMailboxActionKind
impl RefUnwindSafe for EmailMailboxActionKind
impl Send for EmailMailboxActionKind
impl Sync for EmailMailboxActionKind
impl Unpin for EmailMailboxActionKind
impl UnwindSafe for EmailMailboxActionKind
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)