Struct ToastNotificationManager
pub struct ToastNotificationManager;
Implementations§
§impl ToastNotificationManager
impl ToastNotificationManager
pub fn CreateToastNotifier() -> Result<ToastNotifier>
pub fn CreateToastNotifierWithId( applicationid: &HSTRING, ) -> Result<ToastNotifier>
pub fn GetTemplateContent(type: ToastTemplateType) -> Result<XmlDocument>
pub fn History() -> Result<ToastNotificationHistory>
pub fn GetForUser<P0>(user: P0) -> Result<ToastNotificationManagerForUser>where
P0: Param<User>,
pub fn ConfigureNotificationMirroring( value: NotificationMirroring, ) -> Result<()>
pub fn GetDefault() -> Result<ToastNotificationManagerForUser>
Auto Trait Implementations§
impl Freeze for ToastNotificationManager
impl RefUnwindSafe for ToastNotificationManager
impl Send for ToastNotificationManager
impl Sync for ToastNotificationManager
impl Unpin for ToastNotificationManager
impl UnwindSafe for ToastNotificationManager
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