pub struct DummyShellProvider;Trait Implementations§
Source§impl ShellProvider for DummyShellProvider
impl ShellProvider for DummyShellProvider
fn request_redraw(&self)
fn set_cursor(&self, icon: CursorIcon)
Auto Trait Implementations§
impl Freeze for DummyShellProvider
impl RefUnwindSafe for DummyShellProvider
impl Send for DummyShellProvider
impl Sync for DummyShellProvider
impl Unpin for DummyShellProvider
impl UnwindSafe for DummyShellProvider
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