[][src]Struct vega_lite_4::Stream

pub struct Stream {
    pub between: Option<Vec<Stream>>,
    pub consume: Option<bool>,
    pub debounce: Option<f64>,
    pub filter: Option<LegendText>,
    pub markname: Option<String>,
    pub marktype: Option<MarkType>,
    pub source: Option<Source>,
    pub throttle: Option<f64>,
    pub stream_type: Option<String>,
    pub stream: Option<Box<Stream>>,
    pub merge: Option<Vec<Stream>>,
}

Fields

between: Option<Vec<Stream>>consume: Option<bool>debounce: Option<f64>filter: Option<LegendText>markname: Option<String>marktype: Option<MarkType>source: Option<Source>throttle: Option<f64>stream_type: Option<String>stream: Option<Box<Stream>>merge: Option<Vec<Stream>>

Trait Implementations

impl Clone for Stream[src]

impl Debug for Stream[src]

impl Default for Stream[src]

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

impl Serialize for Stream[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.