pub struct CmdLineCfg<U> { /* private fields */ }Implementations§
Source§impl<U> CmdLineCfg<U>
impl<U> CmdLineCfg<U>
Source§impl<U: Ui> CmdLineCfg<U>
impl<U: Ui> CmdLineCfg<U>
pub fn with_prompt(self, prompt: impl ToString) -> Self
pub fn above(self) -> Self
pub fn left_ratioed(self, den: u16, div: u16) -> Self
Trait Implementations§
Source§impl<U: Ui> Default for CmdLineCfg<U>
impl<U: Ui> Default for CmdLineCfg<U>
Auto Trait Implementations§
impl<U> Freeze for CmdLineCfg<U>
impl<U> RefUnwindSafe for CmdLineCfg<U>where
U: RefUnwindSafe,
impl<U> Send for CmdLineCfg<U>where
U: Send,
impl<U> Sync for CmdLineCfg<U>where
U: Sync,
impl<U> Unpin for CmdLineCfg<U>where
U: Unpin,
impl<U> UnwindSafe for CmdLineCfg<U>where
U: UnwindSafe,
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