pub struct ConsoleUserInteraction;Implementations§
Source§impl ConsoleUserInteraction
impl ConsoleUserInteraction
pub fn new() -> ConsoleUserInteraction
Auto Trait Implementations§
impl Freeze for ConsoleUserInteraction
impl RefUnwindSafe for ConsoleUserInteraction
impl Send for ConsoleUserInteraction
impl Sync for ConsoleUserInteraction
impl Unpin for ConsoleUserInteraction
impl UnwindSafe for ConsoleUserInteraction
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