Enum docx_rust::formatting::FontHint
source · [−]pub enum FontHint {
Ascii,
EastAsia,
HAnsi,
}
Variants
Ascii
Text restarts on the next column.
EastAsia
Text restarts on the next page.
HAnsi
Text restarts on the next line.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FontHint
impl Send for FontHint
impl Sync for FontHint
impl Unpin for FontHint
impl UnwindSafe for FontHint
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