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