pub struct InputMenuPresenter<'a> { /* private fields */ }Implementations§
Source§impl<'a> InputMenuPresenter<'a>
impl<'a> InputMenuPresenter<'a>
pub fn new(input: &'a dyn InputProvider) -> Self
Trait Implementations§
Source§impl Default for InputMenuPresenter<'static>
impl Default for InputMenuPresenter<'static>
Source§impl MenuPresenter for InputMenuPresenter<'_>
impl MenuPresenter for InputMenuPresenter<'_>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for InputMenuPresenter<'a>
impl<'a> !UnwindSafe for InputMenuPresenter<'a>
impl<'a> Freeze for InputMenuPresenter<'a>
impl<'a> Send for InputMenuPresenter<'a>
impl<'a> Sync for InputMenuPresenter<'a>
impl<'a> Unpin for InputMenuPresenter<'a>
impl<'a> UnsafeUnpin for InputMenuPresenter<'a>
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