#[repr(transparent)]pub struct ContactQueryDesiredFields(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl ContactQueryDesiredFields
impl ContactQueryDesiredFields
pub const None: Self = _
pub const PhoneNumber: Self = _
pub const EmailAddress: Self = _
pub const PostalAddress: Self = _
Trait Implementations§
§impl BitAnd for ContactQueryDesiredFields
impl BitAnd for ContactQueryDesiredFields
§impl BitAndAssign for ContactQueryDesiredFields
impl BitAndAssign for ContactQueryDesiredFields
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for ContactQueryDesiredFields
impl BitOr for ContactQueryDesiredFields
§impl BitOrAssign for ContactQueryDesiredFields
impl BitOrAssign for ContactQueryDesiredFields
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for ContactQueryDesiredFields
impl Clone for ContactQueryDesiredFields
§fn clone(&self) -> ContactQueryDesiredFields
fn clone(&self) -> ContactQueryDesiredFields
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 ContactQueryDesiredFields
impl Debug for ContactQueryDesiredFields
§impl Default for ContactQueryDesiredFields
impl Default for ContactQueryDesiredFields
§fn default() -> ContactQueryDesiredFields
fn default() -> ContactQueryDesiredFields
Returns the “default value” for a type. Read more
§impl Not for ContactQueryDesiredFields
impl Not for ContactQueryDesiredFields
§impl PartialEq for ContactQueryDesiredFields
impl PartialEq for ContactQueryDesiredFields
§fn eq(&self, other: &ContactQueryDesiredFields) -> bool
fn eq(&self, other: &ContactQueryDesiredFields) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ContactQueryDesiredFields
impl Eq for ContactQueryDesiredFields
impl StructuralPartialEq for ContactQueryDesiredFields
Auto Trait Implementations§
impl Freeze for ContactQueryDesiredFields
impl RefUnwindSafe for ContactQueryDesiredFields
impl Send for ContactQueryDesiredFields
impl Sync for ContactQueryDesiredFields
impl Unpin for ContactQueryDesiredFields
impl UnwindSafe for ContactQueryDesiredFields
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
)