pub struct NotifyDisplayMessages;Expand description
Marker type for the NotifyDisplayMessages action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotifyDisplayMessages
impl RefUnwindSafe for NotifyDisplayMessages
impl Send for NotifyDisplayMessages
impl Sync for NotifyDisplayMessages
impl Unpin for NotifyDisplayMessages
impl UnsafeUnpin for NotifyDisplayMessages
impl UnwindSafe for NotifyDisplayMessages
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