#[repr(i64)]pub enum CNEntityType {
Contacts = 0,
}Expand description
The entities the user can grant access to.
Variants§
Contacts = 0
The user’s contacts.
Trait Implementations§
Source§impl Clone for CNEntityType
impl Clone for CNEntityType
Source§fn clone(&self) -> CNEntityType
fn clone(&self) -> CNEntityType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CNEntityType
Source§impl Debug for CNEntityType
impl Debug for CNEntityType
impl Eq for CNEntityType
Source§impl PartialEq for CNEntityType
impl PartialEq for CNEntityType
impl StructuralPartialEq for CNEntityType
Auto Trait Implementations§
impl Freeze for CNEntityType
impl RefUnwindSafe for CNEntityType
impl Send for CNEntityType
impl Sync for CNEntityType
impl Unpin for CNEntityType
impl UnsafeUnpin for CNEntityType
impl UnwindSafe for CNEntityType
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