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 RefUnwindSafe for CharType
impl Send for CharType
impl Sync for CharType
impl Unpin for CharType
impl UnwindSafe for CharType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more