pub enum JustifyKind {
Center,
Left,
Right,
FontDefault,
}Available on crate feature
strict-compat only.Expand description
Resolved justify-class flag for Strict mode.
Variants§
Trait Implementations§
Source§impl Clone for JustifyKind
impl Clone for JustifyKind
Source§fn clone(&self) -> JustifyKind
fn clone(&self) -> JustifyKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 JustifyKind
impl Debug for JustifyKind
Source§impl PartialEq for JustifyKind
impl PartialEq for JustifyKind
Source§fn eq(&self, other: &JustifyKind) -> bool
fn eq(&self, other: &JustifyKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for JustifyKind
impl Eq for JustifyKind
impl StructuralPartialEq for JustifyKind
Auto Trait Implementations§
impl Freeze for JustifyKind
impl RefUnwindSafe for JustifyKind
impl Send for JustifyKind
impl Sync for JustifyKind
impl Unpin for JustifyKind
impl UnsafeUnpin for JustifyKind
impl UnwindSafe for JustifyKind
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