Enum docx_rust::formatting::JustificationVal
source · pub enum JustificationVal {
Start,
End,
Center,
Both,
Distribute,
Right,
Left,
}
Variants§
Trait Implementations§
source§impl Clone for JustificationVal
impl Clone for JustificationVal
source§fn clone(&self) -> JustificationVal
fn clone(&self) -> JustificationVal
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 JustificationVal
impl Debug for JustificationVal
source§impl Display for JustificationVal
impl Display for JustificationVal
source§impl From<JustificationVal> for Justification
impl From<JustificationVal> for Justification
source§fn from(value: JustificationVal) -> Self
fn from(value: JustificationVal) -> Self
Converts to this type from the input type.