pub struct NotifyPopup<'a> { /* private fields */ }Expand description
A simple informational popup window requiring user acknowledgment.
Implementations§
Source§impl<'a> NotifyPopup<'a>
impl<'a> NotifyPopup<'a>
Auto Trait Implementations§
impl<'a> Freeze for NotifyPopup<'a>
impl<'a> RefUnwindSafe for NotifyPopup<'a>
impl<'a> Send for NotifyPopup<'a>
impl<'a> Sync for NotifyPopup<'a>
impl<'a> Unpin for NotifyPopup<'a>
impl<'a> UnsafeUnpin for NotifyPopup<'a>
impl<'a> UnwindSafe for NotifyPopup<'a>
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