pub enum TextWrap {
None,
Word,
}
Expand description
Wrapping of a section of text.
Variants§
Trait Implementations§
impl Copy for TextWrap
impl Eq for TextWrap
impl StructuralPartialEq for TextWrap
Auto Trait Implementations§
impl Freeze for TextWrap
impl RefUnwindSafe for TextWrap
impl Send for TextWrap
impl Sync for TextWrap
impl Unpin for TextWrap
impl UnwindSafe for TextWrap
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