#[repr(i64)]pub enum CNContactFormatterStyle {
FullName = 0,
PhoneticFullName = 1,
}
Variants§
FullName = 0
Combine the contact name components into a displayable full name.
PhoneticFullName = 1
Combine the contact phonetic name components into a displayable phonetic full name.
Auto Trait Implementations§
impl Freeze for CNContactFormatterStyle
impl RefUnwindSafe for CNContactFormatterStyle
impl Send for CNContactFormatterStyle
impl Sync for CNContactFormatterStyle
impl Unpin for CNContactFormatterStyle
impl UnwindSafe for CNContactFormatterStyle
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