Struct MessagePartnerProvisioningManager
pub struct MessagePartnerProvisioningManager;
Implementations§
§impl MessagePartnerProvisioningManager
impl MessagePartnerProvisioningManager
pub fn ImportSmsToSystemAsync<P4>(
incoming: bool,
read: bool,
body: &HSTRING,
sender: &HSTRING,
recipients: P4,
deliverytime: DateTime,
) -> Result<IAsyncAction>where
P4: Param<IVectorView<HSTRING>>,
pub fn ImportMmsToSystemAsync<P4, P6>(
incoming: bool,
read: bool,
subject: &HSTRING,
sender: &HSTRING,
recipients: P4,
deliverytime: DateTime,
attachments: P6,
) -> Result<IAsyncAction>where
P4: Param<IVectorView<HSTRING>>,
P6: Param<IVectorView<IMapView<HSTRING, IInspectable>>>,
Auto Trait Implementations§
impl Freeze for MessagePartnerProvisioningManager
impl RefUnwindSafe for MessagePartnerProvisioningManager
impl Send for MessagePartnerProvisioningManager
impl Sync for MessagePartnerProvisioningManager
impl Unpin for MessagePartnerProvisioningManager
impl UnwindSafe for MessagePartnerProvisioningManager
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