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