pub struct NotificationStack<'a> { /* private fields */ }Expand description
Widget that renders the visible toasts in a queue.
This is a thin renderer over NotificationQueue, keeping stacking logic
centralized in the queue while ensuring the draw path stays deterministic.
Implementations§
Source§impl<'a> NotificationStack<'a>
impl<'a> NotificationStack<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for NotificationStack<'a>
impl<'a> RefUnwindSafe for NotificationStack<'a>
impl<'a> Send for NotificationStack<'a>
impl<'a> Sync for NotificationStack<'a>
impl<'a> Unpin for NotificationStack<'a>
impl<'a> UnsafeUnpin for NotificationStack<'a>
impl<'a> UnwindSafe for NotificationStack<'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