[][src]Struct vega_lite_4::BackgroundExprRef

pub struct BackgroundExprRef {
    pub expr: Option<String>,
}

Fields

expr: Option<String>

Vega expression (which can refer to Vega-Lite parameters).

Trait Implementations

impl Clone for BackgroundExprRef[src]

impl Debug for BackgroundExprRef[src]

impl Default for BackgroundExprRef[src]

impl<'de> Deserialize<'de> for BackgroundExprRef[src]

impl From<BackgroundExprRef> for Color[src]

impl From<BackgroundExprRef> for LogicalNotPredicateRange[src]

impl From<BackgroundExprRef> for LabelOverlapUnion[src]

impl From<BackgroundExprRef> for StrokeDashUnion[src]

impl From<BackgroundExprRef> for TitleAnchorUnion[src]

impl From<BackgroundExprRef> for TitleOrientUnion[src]

impl From<BackgroundExprRef> for Values[src]

impl From<BackgroundExprRef> for FluffyRange[src]

impl From<BackgroundExprRef> for RangeM[src]

impl From<BackgroundExprRef> for Latitude2Value[src]

impl From<BackgroundExprRef> for ConditionalValueDefNumberExprRefValueUnion[src]

impl From<BackgroundExprRef> for ConditionalValueDefTextExprRefText[src]

impl From<BackgroundExprRef> for ConditionalValueDefNumberExprRefValue[src]

impl From<BackgroundExprRef> for ConditionalPredicateValueDefTextExprRefText[src]

impl From<BackgroundExprRef> for Cap[src]

impl From<BackgroundExprRef> for LabelAngle[src]

impl From<BackgroundExprRef> for Label[src]

impl From<BackgroundExprRef> for TickBandUnion[src]

impl From<BackgroundExprRef> for Angle[src]

impl From<BackgroundExprRef> for BlendUnion[src]

impl From<BackgroundExprRef> for CursorUnion[src]

impl From<BackgroundExprRef> for Dir[src]

impl From<BackgroundExprRef> for Opacity[src]

impl From<BackgroundExprRef> for Aria[src]

impl From<BackgroundExprRef> for MarkConfigExprOrSignalRefInterpolate[src]

impl From<BackgroundExprRef> for StrokeJoinUnion[src]

impl From<BackgroundExprRef> for XUnion[src]

impl From<BackgroundExprRef> for YUnion[src]

impl From<BackgroundExprRef> for TitleParamsOrient[src]

impl From<BackgroundExprRef> for Direction[src]

impl From<BackgroundExprRef> for StyleOrient[src]

impl From<BackgroundExprRef> for CornerRadiusUnion[src]

impl From<BackgroundExprRef> for FontSize[src]

impl From<BackgroundExprRef> for GridAlign[src]

impl From<BackgroundExprRef> for TitleAlignUnion[src]

impl From<BackgroundExprRef> for TextBaseline[src]

impl From<BackgroundExprRef> for FontWeightUnion[src]

impl Serialize for BackgroundExprRef[src]

Auto Trait Implementations

Blanket Implementations

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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, 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.