pub enum LineWrap {
None,
NewLine,
MaxSize(f32),
}
Variants§
Trait Implementations§
impl Copy 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