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