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