#[repr(transparent)]pub struct DeviceAccountMailAgeFilter(pub i32);
Expand description
Required features: "ApplicationModel_UserDataAccounts_SystemAccess"
Tuple Fields
0: i32
Implementations
impl DeviceAccountMailAgeFilter
impl DeviceAccountMailAgeFilter
pub const All: Self = Self(0i32)
pub const Last1Day: Self = Self(1i32)
pub const Last3Days: Self = Self(2i32)
pub const Last7Days: Self = Self(3i32)
pub const Last14Days: Self = Self(4i32)
pub const Last30Days: Self = Self(5i32)
pub const Last90Days: Self = Self(6i32)
Trait Implementations
impl Clone for DeviceAccountMailAgeFilter
impl Clone for DeviceAccountMailAgeFilter
impl Copy for DeviceAccountMailAgeFilter
Auto Trait Implementations
impl RefUnwindSafe for DeviceAccountMailAgeFilter
impl Send for DeviceAccountMailAgeFilter
impl Sync for DeviceAccountMailAgeFilter
impl Unpin for DeviceAccountMailAgeFilter
impl UnwindSafe for DeviceAccountMailAgeFilter
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