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