pub enum LineWrap {
None,
Overflow,
}
Expand description
Indicates when to wrap the current line to a new line. See also Direction
.
Variantsยง
Implementationsยง
Trait Implementationsยง
impl Copy for LineWrap
impl StructuralPartialEq for LineWrap
Auto Trait Implementationsยง
impl Freeze for LineWrap
impl RefUnwindSafe for LineWrap
impl Send for LineWrap
impl Sync for LineWrap
impl Unpin for LineWrap
impl UnwindSafe for LineWrap
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