Struct windows::ApplicationModel::Email::EmailStoreAccessType
#[repr(transparent)]pub struct EmailStoreAccessType(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl EmailStoreAccessType
impl EmailStoreAccessType
pub const AppMailboxesReadWrite: Self = _
pub const AllMailboxesLimitedReadWrite: Self = _
Trait Implementations§
§impl Clone for EmailStoreAccessType
impl Clone for EmailStoreAccessType
§fn clone(&self) -> EmailStoreAccessType
fn clone(&self) -> EmailStoreAccessType
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 EmailStoreAccessType
impl Debug for EmailStoreAccessType
§impl Default for EmailStoreAccessType
impl Default for EmailStoreAccessType
§fn default() -> EmailStoreAccessType
fn default() -> EmailStoreAccessType
Returns the “default value” for a type. Read more
§impl PartialEq for EmailStoreAccessType
impl PartialEq for EmailStoreAccessType
§fn eq(&self, other: &EmailStoreAccessType) -> bool
fn eq(&self, other: &EmailStoreAccessType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EmailStoreAccessType
impl Eq for EmailStoreAccessType
impl StructuralPartialEq for EmailStoreAccessType
Auto Trait Implementations§
impl Freeze for EmailStoreAccessType
impl RefUnwindSafe for EmailStoreAccessType
impl Send for EmailStoreAccessType
impl Sync for EmailStoreAccessType
impl Unpin for EmailStoreAccessType
impl UnwindSafe for EmailStoreAccessType
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
)