pub struct ShowNotifications<U> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<U: Ui> CmdLineMode<U> for ShowNotifications<U>
impl<U: Ui> CmdLineMode<U> for ShowNotifications<U>
Auto Trait Implementations§
impl<U> Freeze for ShowNotifications<U>
impl<U> !RefUnwindSafe for ShowNotifications<U>
impl<U> Send for ShowNotifications<U>where
U: Send,
impl<U> Sync for ShowNotifications<U>where
U: Sync,
impl<U> Unpin for ShowNotifications<U>where
U: Unpin,
impl<U> !UnwindSafe for ShowNotifications<U>
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