Struct ContactPartnerProvisioningManager
pub struct ContactPartnerProvisioningManager;
Implementations§
§impl ContactPartnerProvisioningManager
impl ContactPartnerProvisioningManager
pub fn AssociateNetworkAccountAsync<P0>(
store: P0,
networkname: &HSTRING,
networkaccountid: &HSTRING,
) -> Result<IAsyncAction>where
P0: Param<ContactStore>,
pub fn ImportVcardToSystemAsync<P0>(stream: P0) -> Result<IAsyncAction>where
P0: Param<IInputStream>,
pub fn AssociateSocialNetworkAccountAsync<P0>(
store: P0,
networkname: &HSTRING,
networkaccountid: &HSTRING,
) -> Result<IAsyncAction>where
P0: Param<ContactStore>,
Auto Trait Implementations§
impl Freeze for ContactPartnerProvisioningManager
impl RefUnwindSafe for ContactPartnerProvisioningManager
impl Send for ContactPartnerProvisioningManager
impl Sync for ContactPartnerProvisioningManager
impl Unpin for ContactPartnerProvisioningManager
impl UnwindSafe for ContactPartnerProvisioningManager
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