Struct savory_style::values::Inherit[][src]

pub struct Inherit;

Trait Implementations

impl Clone for Inherit[src]

impl Copy for Inherit[src]

impl Debug for Inherit[src]

impl Display for Inherit[src]

impl Eq for Inherit[src]

impl From<Inherit> for Repeat[src]

impl From<Inherit> for Attachment[src]

impl From<Inherit> for Family[src]

impl From<Inherit> for Size[src]

impl From<Inherit> for Style[src]

impl From<Inherit> for Variant[src]

impl From<Inherit> for Weight[src]

impl From<Inherit> for Length[src]

impl From<Inherit> for Length[src]

impl From<Inherit> for PostionLength[src]

impl From<Inherit> for Clip[src]

impl From<Inherit> for ClipRectLength[src]

impl From<Inherit> for Box[src]

impl From<Inherit> for PositionType[src]

impl From<Inherit> for TextShadow[src]

impl From<Inherit> for Direction[src]

impl From<Inherit> for Spacing[src]

impl From<Inherit> for LineHeight[src]

impl From<Inherit> for TextAlign[src]

impl From<Inherit> for TextDecoration[src]

impl From<Inherit> for TextDecorationLine[src]

impl From<Inherit> for TextDecorationColor[src]

impl From<Inherit> for TextDecorationStyle[src]

impl From<Inherit> for Style[src]

impl From<Inherit> for TextIndent[src]

impl From<Inherit> for TextTransform[src]

impl From<Inherit> for TextOverflow[src]

impl From<Inherit> for UnicodeBidi[src]

impl From<Inherit> for VerticalAlign[src]

impl From<Inherit> for WhiteSpace[src]

impl From<Inherit> for TextAlignLast[src]

impl From<Inherit> for TextJustify[src]

impl From<Inherit> for WordBreak[src]

impl From<Inherit> for WordWrap[src]

impl From<Inherit> for Width[src]

impl From<Inherit> for Transition[src]

impl From<Inherit> for TimingFunction[src]

impl From<Inherit> for Duration[src]

impl From<Inherit> for Visibility[src]

impl From<Inherit> for Radius[src]

impl From<Inherit> for BoxShadow[src]

impl From<Inherit> for Cursor[src]

impl From<Inherit> for Display[src]

impl From<Inherit> for Basis[src]

impl PartialEq<Inherit> for Inherit[src]

impl StructuralEq for Inherit[src]

impl StructuralPartialEq for Inherit[src]

Auto Trait Implementations

impl RefUnwindSafe for Inherit

impl Send for Inherit

impl Sync for Inherit

impl Unpin for Inherit

impl UnwindSafe for Inherit

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]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T, U> ConvertInto<U> for T where
    U: ConvertFrom<T>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,