Enum vega_lite_4::Values

source ·
pub enum Values {
    BackgroundExprRef(BackgroundExprRef),
    UnionArray(Vec<SelectionInitInterval>),
}
Expand description

Explicitly set the visible axis tick values.

Explicitly set the visible legend values.

Variants§

§

BackgroundExprRef(BackgroundExprRef)

§

UnionArray(Vec<SelectionInitInterval>)

Trait Implementations§

source§

impl Clone for Values

source§

fn clone(&self) -> Values

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Values

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Values

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<[&str; 1]> for Values

source§

fn from(v: [&str; 1]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 10]> for Values

source§

fn from(v: [&str; 10]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 11]> for Values

source§

fn from(v: [&str; 11]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 12]> for Values

source§

fn from(v: [&str; 12]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 13]> for Values

source§

fn from(v: [&str; 13]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 14]> for Values

source§

fn from(v: [&str; 14]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 15]> for Values

source§

fn from(v: [&str; 15]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 16]> for Values

source§

fn from(v: [&str; 16]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 17]> for Values

source§

fn from(v: [&str; 17]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 18]> for Values

source§

fn from(v: [&str; 18]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 19]> for Values

source§

fn from(v: [&str; 19]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 2]> for Values

source§

fn from(v: [&str; 2]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 20]> for Values

source§

fn from(v: [&str; 20]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 21]> for Values

source§

fn from(v: [&str; 21]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 22]> for Values

source§

fn from(v: [&str; 22]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 23]> for Values

source§

fn from(v: [&str; 23]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 24]> for Values

source§

fn from(v: [&str; 24]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 25]> for Values

source§

fn from(v: [&str; 25]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 26]> for Values

source§

fn from(v: [&str; 26]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 27]> for Values

source§

fn from(v: [&str; 27]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 28]> for Values

source§

fn from(v: [&str; 28]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 29]> for Values

source§

fn from(v: [&str; 29]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 3]> for Values

source§

fn from(v: [&str; 3]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 30]> for Values

source§

fn from(v: [&str; 30]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 31]> for Values

source§

fn from(v: [&str; 31]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 32]> for Values

source§

fn from(v: [&str; 32]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 4]> for Values

source§

fn from(v: [&str; 4]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 5]> for Values

source§

fn from(v: [&str; 5]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 6]> for Values

source§

fn from(v: [&str; 6]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 7]> for Values

source§

fn from(v: [&str; 7]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 8]> for Values

source§

fn from(v: [&str; 8]) -> Self

Converts to this type from the input type.
source§

impl From<[&str; 9]> for Values

source§

fn from(v: [&str; 9]) -> Self

Converts to this type from the input type.
source§

impl From<BackgroundExprRef> for Values

source§

fn from(original: BackgroundExprRef) -> Values

Converts to this type from the input type.
source§

impl From<Vec<&str, Global>> for Values

source§

fn from(v: Vec<&str>) -> Self

Converts to this type from the input type.
source§

impl From<Vec<SelectionInitInterval, Global>> for Values

source§

fn from(original: Vec<SelectionInitInterval>) -> Values

Converts to this type from the input type.
source§

impl From<Vec<String, Global>> for Values

source§

fn from(v: Vec<String>) -> Self

Converts to this type from the input type.
source§

impl Serialize for Values

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere T: for<'de> Deserialize<'de>,