Struct PhoneCallHistoryStoreAccessType
#[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 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