pub enum CharType {
Begin,
Separate,
End,
}
Expand description
Specifies the break type of a break
The default value is TextWrapping.
Variants§
Begin
Text restarts on the next column.
Separate
Text restarts on the next page.
End
Text restarts on the next line.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CharType
impl RefUnwindSafe for CharType
impl Send for CharType
impl Sync for CharType
impl Unpin for CharType
impl UnwindSafe for CharType
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