Struct crossterm::terminal::EnableLineWrap
source · pub struct EnableLineWrap;
Expand description
Enable line wrapping.
Trait Implementations§
source§impl Clone for EnableLineWrap
impl Clone for EnableLineWrap
source§fn clone(&self) -> EnableLineWrap
fn clone(&self) -> EnableLineWrap
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Command for EnableLineWrap
impl Command for EnableLineWrap
source§impl Debug for EnableLineWrap
impl Debug for EnableLineWrap
source§impl PartialEq for EnableLineWrap
impl PartialEq for EnableLineWrap
source§fn eq(&self, other: &EnableLineWrap) -> bool
fn eq(&self, other: &EnableLineWrap) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EnableLineWrap
impl Eq for EnableLineWrap
impl StructuralPartialEq for EnableLineWrap
Auto Trait Implementations§
impl Freeze for EnableLineWrap
impl RefUnwindSafe for EnableLineWrap
impl Send for EnableLineWrap
impl Sync for EnableLineWrap
impl Unpin for EnableLineWrap
impl UnwindSafe for EnableLineWrap
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