#[repr(transparent)]pub struct PhoneCallHistoryEntryRawAddressKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl PhoneCallHistoryEntryRawAddressKind
impl PhoneCallHistoryEntryRawAddressKind
pub const PhoneNumber: Self = _
pub const Custom: Self = _
Trait Implementations§
§impl Clone for PhoneCallHistoryEntryRawAddressKind
impl Clone for PhoneCallHistoryEntryRawAddressKind
§fn clone(&self) -> PhoneCallHistoryEntryRawAddressKind
fn clone(&self) -> PhoneCallHistoryEntryRawAddressKind
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 Default for PhoneCallHistoryEntryRawAddressKind
impl Default for PhoneCallHistoryEntryRawAddressKind
§fn default() -> PhoneCallHistoryEntryRawAddressKind
fn default() -> PhoneCallHistoryEntryRawAddressKind
Returns the “default value” for a type. Read more
§impl PartialEq for PhoneCallHistoryEntryRawAddressKind
impl PartialEq for PhoneCallHistoryEntryRawAddressKind
§fn eq(&self, other: &PhoneCallHistoryEntryRawAddressKind) -> bool
fn eq(&self, other: &PhoneCallHistoryEntryRawAddressKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PhoneCallHistoryEntryRawAddressKind
impl Eq for PhoneCallHistoryEntryRawAddressKind
impl StructuralPartialEq for PhoneCallHistoryEntryRawAddressKind
Auto Trait Implementations§
impl Freeze for PhoneCallHistoryEntryRawAddressKind
impl RefUnwindSafe for PhoneCallHistoryEntryRawAddressKind
impl Send for PhoneCallHistoryEntryRawAddressKind
impl Sync for PhoneCallHistoryEntryRawAddressKind
impl Unpin for PhoneCallHistoryEntryRawAddressKind
impl UnwindSafe for PhoneCallHistoryEntryRawAddressKind
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
)