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