Enum css_style::box_align::JustifyContent [−][src]
Variants
Normal(Normal)SpaceBetween(SpaceBetween)SpaceAround(SpaceAround)SpaceEvenly(SpaceEvenly)Stretch(Stretch)Center(Center)SafeCenter(SafeCenter)UnsafeCenter(UnsafeCenter)Start(Start)SafeStart(SafeStart)UnsafeStart(UnsafeStart)End(End)SafeEnd(SafeEnd)UnsafeEnd(UnsafeEnd)FlexStart(FlexStart)SafeFlexStart(SafeFlexStart)UnsafeFlexStart(UnsafeFlexStart)FlexEnd(FlexEnd)SafeFlexEnd(SafeFlexEnd)UnsafeFlexEnd(UnsafeFlexEnd)Left(Left)SafeLeft(SafeLeft)UnsafeLeft(UnsafeLeft)Right(Right)SafeRight(SafeRight)UnsafeRight(UnsafeRight)Trait Implementations
impl Clone for JustifyContent[src]
fn clone(&self) -> JustifyContent[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for JustifyContent[src]
impl Debug for JustifyContent[src]
impl Display for JustifyContent[src]
impl Eq for JustifyContent[src]
impl From<Center> for JustifyContent[src]
fn from(original: Center) -> JustifyContent[src]
impl From<End> for JustifyContent[src]
fn from(original: End) -> JustifyContent[src]
impl From<FlexEnd> for JustifyContent[src]
fn from(original: FlexEnd) -> JustifyContent[src]
impl From<FlexStart> for JustifyContent[src]
fn from(original: FlexStart) -> JustifyContent[src]
impl From<Left> for JustifyContent[src]
fn from(original: Left) -> JustifyContent[src]
impl From<Normal> for JustifyContent[src]
fn from(original: Normal) -> JustifyContent[src]
impl From<Right> for JustifyContent[src]
fn from(original: Right) -> JustifyContent[src]
impl From<SafeCenter> for JustifyContent[src]
fn from(original: SafeCenter) -> JustifyContent[src]
impl From<SafeEnd> for JustifyContent[src]
fn from(original: SafeEnd) -> JustifyContent[src]
impl From<SafeFlexEnd> for JustifyContent[src]
fn from(original: SafeFlexEnd) -> JustifyContent[src]
impl From<SafeFlexStart> for JustifyContent[src]
fn from(original: SafeFlexStart) -> JustifyContent[src]
impl From<SafeLeft> for JustifyContent[src]
fn from(original: SafeLeft) -> JustifyContent[src]
impl From<SafeRight> for JustifyContent[src]
fn from(original: SafeRight) -> JustifyContent[src]
impl From<SafeStart> for JustifyContent[src]
fn from(original: SafeStart) -> JustifyContent[src]
impl From<SpaceAround> for JustifyContent[src]
fn from(original: SpaceAround) -> JustifyContent[src]
impl From<SpaceBetween> for JustifyContent[src]
fn from(original: SpaceBetween) -> JustifyContent[src]
impl From<SpaceEvenly> for JustifyContent[src]
fn from(original: SpaceEvenly) -> JustifyContent[src]
impl From<Start> for JustifyContent[src]
fn from(original: Start) -> JustifyContent[src]
impl From<Stretch> for JustifyContent[src]
fn from(original: Stretch) -> JustifyContent[src]
impl From<UnsafeCenter> for JustifyContent[src]
fn from(original: UnsafeCenter) -> JustifyContent[src]
impl From<UnsafeEnd> for JustifyContent[src]
fn from(original: UnsafeEnd) -> JustifyContent[src]
impl From<UnsafeFlexEnd> for JustifyContent[src]
fn from(original: UnsafeFlexEnd) -> JustifyContent[src]
impl From<UnsafeFlexStart> for JustifyContent[src]
fn from(original: UnsafeFlexStart) -> JustifyContent[src]
impl From<UnsafeLeft> for JustifyContent[src]
fn from(original: UnsafeLeft) -> JustifyContent[src]
impl From<UnsafeRight> for JustifyContent[src]
fn from(original: UnsafeRight) -> JustifyContent[src]
impl From<UnsafeStart> for JustifyContent[src]
fn from(original: UnsafeStart) -> JustifyContent[src]
impl PartialEq<JustifyContent> for JustifyContent[src]
fn eq(&self, other: &JustifyContent) -> bool[src]
fn ne(&self, other: &JustifyContent) -> bool[src]
impl StructuralEq for JustifyContent[src]
impl StructuralPartialEq for JustifyContent[src]
impl StyleUpdater for JustifyContent[src]
fn update_style(self, style: Style) -> Style[src]
Auto Trait Implementations
impl RefUnwindSafe for JustifyContent
impl Send for JustifyContent
impl Sync for JustifyContent
impl Unpin for JustifyContent
impl UnwindSafe for JustifyContent
Blanket Implementations
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
T: Component + Float,
D: AdaptFrom<S, Swp, Dwp, T>,
Swp: WhitePoint,
Dwp: WhitePoint, [src]
T: Component + Float,
D: AdaptFrom<S, Swp, Dwp, T>,
Swp: WhitePoint,
Dwp: WhitePoint,
pub fn adapt_into_using<M>(self, method: M) -> D where
M: TransformMatrix<Swp, Dwp, T>, [src]
M: TransformMatrix<Swp, Dwp, T>,
pub fn adapt_into(self) -> D[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> ConvertInto<U> for T where
U: ConvertFrom<T>, [src]
U: ConvertFrom<T>,
pub fn convert_into(self) -> U[src]
pub fn convert_unclamped_into(self) -> U[src]
pub fn try_convert_into(self) -> Result<U, OutOfBounds<U>>[src]
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized, [src]
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,