pub enum TtyWidth {
NoTty,
Known(usize),
Guess(usize),
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for TtyWidth
impl RefUnwindSafe for TtyWidth
impl Send for TtyWidth
impl Sync for TtyWidth
impl Unpin for TtyWidth
impl UnsafeUnpin for TtyWidth
impl UnwindSafe for TtyWidth
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