pub struct ConsoleUi {}Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConsoleUi
impl RefUnwindSafe for ConsoleUi
impl Send for ConsoleUi
impl Sync for ConsoleUi
impl Unpin for ConsoleUi
impl UnwindSafe for ConsoleUi
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