pub enum ContentAlign {
FlexStart,
Center,
FlexEnd,
SpaceBetween,
SpaceAround,
SpaceEvenly,
Stretch,
}Expand description
alignContent / justifyContent (styles.ts:595–661).
Variants§
Trait Implementations§
Source§impl Clone for ContentAlign
impl Clone for ContentAlign
Source§fn clone(&self) -> ContentAlign
fn clone(&self) -> ContentAlign
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 moreimpl Copy for ContentAlign
Source§impl Debug for ContentAlign
impl Debug for ContentAlign
impl Eq for ContentAlign
Source§impl PartialEq for ContentAlign
impl PartialEq for ContentAlign
Source§fn eq(&self, other: &ContentAlign) -> bool
fn eq(&self, other: &ContentAlign) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ContentAlign
Auto Trait Implementations§
impl Freeze for ContentAlign
impl RefUnwindSafe for ContentAlign
impl Send for ContentAlign
impl Sync for ContentAlign
impl Unpin for ContentAlign
impl UnsafeUnpin for ContentAlign
impl UnwindSafe for ContentAlign
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