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.
Auto Trait Implementations§
impl Freeze for JustificationVal
impl RefUnwindSafe for JustificationVal
impl Send for JustificationVal
impl Sync for JustificationVal
impl Unpin for JustificationVal
impl UnwindSafe for JustificationVal
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