Enum docx_rust::document::RelativeFrom
source · [−]pub enum RelativeFrom {
Column,
Paragraph,
Row,
}
Expand description
Specifies the break type of a break
The default value is TextWrapping.
Variants
Column
Text restarts on the next column.
Paragraph
Text restarts on the next page.
Row
Text restarts on the next line.
Trait Implementations
sourceimpl Clone for RelativeFrom
impl Clone for RelativeFrom
sourcefn clone(&self) -> RelativeFrom
fn clone(&self) -> RelativeFrom
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for RelativeFrom
impl Debug for RelativeFrom
sourceimpl Display for RelativeFrom
impl Display for RelativeFrom
Auto Trait Implementations
impl RefUnwindSafe for RelativeFrom
impl Send for RelativeFrom
impl Sync for RelativeFrom
impl Unpin for RelativeFrom
impl UnwindSafe for RelativeFrom
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