#[repr(transparent)]pub struct EmailStoreAccessType(pub i32);
Expand description
Required features: "ApplicationModel_Email"
Tuple Fields
0: i32
Implementations
impl EmailStoreAccessType
impl EmailStoreAccessType
pub const AppMailboxesReadWrite: Self = Self(0i32)
pub const AllMailboxesLimitedReadWrite: Self = Self(1i32)
Trait Implementations
impl Clone for EmailStoreAccessType
impl Clone for EmailStoreAccessType
impl Copy for EmailStoreAccessType
Auto Trait Implementations
impl RefUnwindSafe for EmailStoreAccessType
impl Send for EmailStoreAccessType
impl Sync for EmailStoreAccessType
impl Unpin for EmailStoreAccessType
impl UnwindSafe for EmailStoreAccessType
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