Enum text_terminal::Wrap
source · pub enum Wrap {
Yes,
No,
}
Expand description
Whether or not to wrap cursor movement or text display to the previous/next line or row.
Variants§
Trait Implementations§
source§impl PartialEq<Wrap> for Wrap
impl PartialEq<Wrap> for Wrap
impl Copy for Wrap
impl Eq for Wrap
impl StructuralEq for Wrap
impl StructuralPartialEq for Wrap
Auto Trait Implementations§
impl RefUnwindSafe for Wrap
impl Send for Wrap
impl Sync for Wrap
impl Unpin for Wrap
impl UnwindSafe for Wrap
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