Struct windows::ApplicationModel::Calls::PhoneCallHistoryManager
pub struct PhoneCallHistoryManager;
Implementations§
§impl PhoneCallHistoryManager
impl PhoneCallHistoryManager
pub fn RequestStoreAsync( accesstype: PhoneCallHistoryStoreAccessType, ) -> Result<IAsyncOperation<PhoneCallHistoryStore>>
pub fn GetForUser<P0>(user: P0) -> Result<PhoneCallHistoryManagerForUser>where
P0: Param<User>,
Auto Trait Implementations§
impl Freeze for PhoneCallHistoryManager
impl RefUnwindSafe for PhoneCallHistoryManager
impl Send for PhoneCallHistoryManager
impl Sync for PhoneCallHistoryManager
impl Unpin for PhoneCallHistoryManager
impl UnwindSafe for PhoneCallHistoryManager
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