pub struct MessagePartnerProvisioningManager;
Implementations§
§impl MessagePartnerProvisioningManager
impl MessagePartnerProvisioningManager
pub fn ImportSmsToSystemAsync<P0>(
incoming: bool,
read: bool,
body: &HSTRING,
sender: &HSTRING,
recipients: P0,
deliverytime: DateTime,
) -> Result<IAsyncAction>where
P0: Param<IVectorView<HSTRING>>,
pub fn ImportMmsToSystemAsync<P0, P1>( incoming: bool, read: bool, subject: &HSTRING, sender: &HSTRING, recipients: P0, deliverytime: DateTime, attachments: P1, ) -> Result<IAsyncAction>
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