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§
source§impl Clone for RelativeFrom
impl Clone for RelativeFrom
source§fn clone(&self) -> RelativeFrom
fn clone(&self) -> RelativeFrom
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RelativeFrom
impl Debug for RelativeFrom
source§impl Display for RelativeFrom
impl Display for RelativeFrom
Auto Trait Implementations§
impl Freeze for RelativeFrom
impl RefUnwindSafe for RelativeFrom
impl Send for RelativeFrom
impl Sync for RelativeFrom
impl Unpin for RelativeFrom
impl UnwindSafe for RelativeFrom
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