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