#[repr(transparent)]pub struct PushNotificationType(pub i32);
Expand description
Required features: ‘Networking_PushNotifications’
Tuple Fields
0: i32
Implementations
impl PushNotificationType
impl PushNotificationType
pub const Toast: Self
pub const Tile: Self
pub const Badge: Self
pub const Raw: Self
pub const TileFlyout: Self
Trait Implementations
impl Clone for PushNotificationType
impl Clone for PushNotificationType
impl Copy for PushNotificationType
Auto Trait Implementations
impl RefUnwindSafe for PushNotificationType
impl Send for PushNotificationType
impl Sync for PushNotificationType
impl Unpin for PushNotificationType
impl UnwindSafe for PushNotificationType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more