Struct windows::ApplicationModel::Contacts::KnownContactField
pub struct KnownContactField;
Implementations§
§impl KnownContactField
impl KnownContactField
pub fn Email() -> Result<HSTRING>
pub fn PhoneNumber() -> Result<HSTRING>
pub fn Location() -> Result<HSTRING>
pub fn InstantMessage() -> Result<HSTRING>
pub fn ConvertNameToType(name: &HSTRING) -> Result<ContactFieldType>
pub fn ConvertTypeToName(type: ContactFieldType) -> Result<HSTRING>
Auto Trait Implementations§
impl Freeze for KnownContactField
impl RefUnwindSafe for KnownContactField
impl Send for KnownContactField
impl Sync for KnownContactField
impl Unpin for KnownContactField
impl UnwindSafe for KnownContactField
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