ToValue

Trait ToValue 

Source
pub trait ToValue {
    // Required method
    fn to_value(&self) -> Value;
}

Required Methods§

Source

fn to_value(&self) -> Value

Implementations on Foreign Types§

Source§

impl ToValue for Vec<usize>

Available on crate feature matrix only.
Source§

fn to_value(&self) -> Value

Implementors§

Source§

impl ToValue for Matrix<Value>

Source§

impl ToValue for Matrix<bool>

Source§

impl ToValue for Matrix<f32>

Source§

impl ToValue for Matrix<f64>

Source§

impl ToValue for Matrix<i8>

Source§

impl ToValue for Matrix<i16>

Source§

impl ToValue for Matrix<i32>

Source§

impl ToValue for Matrix<i64>

Source§

impl ToValue for Matrix<i128>

Source§

impl ToValue for Matrix<u8>

Source§

impl ToValue for Matrix<u16>

Source§

impl ToValue for Matrix<u32>

Source§

impl ToValue for Matrix<u64>

Source§

impl ToValue for Matrix<u128>

Source§

impl ToValue for Matrix<String>

Source§

impl ToValue for Matrix<C64>

Source§

impl ToValue for Matrix<R64>

Source§

impl ToValue for C64

Source§

impl ToValue for R64

Source§

impl ToValue for Ref<Value>

Source§

impl ToValue for Ref<bool>

Available on crate features bool or variable_define only.
Source§

impl ToValue for Ref<f32>

Available on crate feature f32 only.
Source§

impl ToValue for Ref<f64>

Available on crate feature f64 only.
Source§

impl ToValue for Ref<i8>

Available on crate feature i8 only.
Source§

impl ToValue for Ref<i16>

Available on crate feature i16 only.
Source§

impl ToValue for Ref<i32>

Available on crate feature i32 only.
Source§

impl ToValue for Ref<i64>

Available on crate feature i64 only.
Source§

impl ToValue for Ref<i128>

Available on crate feature i128 only.
Source§

impl ToValue for Ref<u8>

Available on crate feature u8 only.
Source§

impl ToValue for Ref<u16>

Available on crate feature u16 only.
Source§

impl ToValue for Ref<u32>

Available on crate feature u32 only.
Source§

impl ToValue for Ref<u64>

Available on crate feature u64 only.
Source§

impl ToValue for Ref<u128>

Available on crate feature u128 only.
Source§

impl ToValue for Ref<usize>

Source§

impl ToValue for Ref<String>

Available on crate features string or variable_define only.
Source§

impl ToValue for Ref<Matrix<bool, Const<1>, Dyn, VecStorage<bool, Const<1>, Dyn>>>

Available on crate features matrix and bool only.
Source§

impl ToValue for Ref<Matrix<bool, Dyn, Const<1>, VecStorage<bool, Dyn, Const<1>>>>

Available on crate features matrix and bool only.
Source§

impl ToValue for Ref<Matrix<bool, Dyn, Dyn, VecStorage<bool, Dyn, Dyn>>>

Available on crate features matrix and bool only.
Source§

impl ToValue for Ref<Matrix<f32, Const<1>, Dyn, VecStorage<f32, Const<1>, Dyn>>>

Available on crate features matrix and f32 only.
Source§

impl ToValue for Ref<Matrix<f32, Dyn, Const<1>, VecStorage<f32, Dyn, Const<1>>>>

Available on crate features matrix and f32 only.
Source§

impl ToValue for Ref<Matrix<f32, Dyn, Dyn, VecStorage<f32, Dyn, Dyn>>>

Available on crate features matrix and f32 only.
Source§

impl ToValue for Ref<Matrix<f64, Const<1>, Dyn, VecStorage<f64, Const<1>, Dyn>>>

Available on crate features matrix and f64 only.
Source§

impl ToValue for Ref<Matrix<f64, Dyn, Const<1>, VecStorage<f64, Dyn, Const<1>>>>

Available on crate features matrix and f64 only.
Source§

impl ToValue for Ref<Matrix<f64, Dyn, Dyn, VecStorage<f64, Dyn, Dyn>>>

Available on crate features matrix and f64 only.
Source§

impl ToValue for Ref<Matrix<i8, Const<1>, Dyn, VecStorage<i8, Const<1>, Dyn>>>

Available on crate features matrix and i8 only.
Source§

impl ToValue for Ref<Matrix<i8, Dyn, Const<1>, VecStorage<i8, Dyn, Const<1>>>>

Available on crate features matrix and i8 only.
Source§

impl ToValue for Ref<Matrix<i8, Dyn, Dyn, VecStorage<i8, Dyn, Dyn>>>

Available on crate features matrix and i8 only.
Source§

impl ToValue for Ref<Matrix<i16, Const<1>, Dyn, VecStorage<i16, Const<1>, Dyn>>>

Available on crate features matrix and i16 only.
Source§

impl ToValue for Ref<Matrix<i16, Dyn, Const<1>, VecStorage<i16, Dyn, Const<1>>>>

Available on crate features matrix and i16 only.
Source§

impl ToValue for Ref<Matrix<i16, Dyn, Dyn, VecStorage<i16, Dyn, Dyn>>>

Available on crate features matrix and i16 only.
Source§

impl ToValue for Ref<Matrix<i32, Const<1>, Dyn, VecStorage<i32, Const<1>, Dyn>>>

Available on crate features matrix and i32 only.
Source§

impl ToValue for Ref<Matrix<i32, Dyn, Const<1>, VecStorage<i32, Dyn, Const<1>>>>

Available on crate features matrix and i32 only.
Source§

impl ToValue for Ref<Matrix<i32, Dyn, Dyn, VecStorage<i32, Dyn, Dyn>>>

Available on crate features matrix and i32 only.
Source§

impl ToValue for Ref<Matrix<i64, Const<1>, Dyn, VecStorage<i64, Const<1>, Dyn>>>

Available on crate features matrix and i64 only.
Source§

impl ToValue for Ref<Matrix<i64, Dyn, Const<1>, VecStorage<i64, Dyn, Const<1>>>>

Available on crate features matrix and i64 only.
Source§

impl ToValue for Ref<Matrix<i64, Dyn, Dyn, VecStorage<i64, Dyn, Dyn>>>

Available on crate features matrix and i64 only.
Source§

impl ToValue for Ref<Matrix<i128, Const<1>, Dyn, VecStorage<i128, Const<1>, Dyn>>>

Available on crate features matrix and i128 only.
Source§

impl ToValue for Ref<Matrix<i128, Dyn, Const<1>, VecStorage<i128, Dyn, Const<1>>>>

Available on crate features matrix and i128 only.
Source§

impl ToValue for Ref<Matrix<i128, Dyn, Dyn, VecStorage<i128, Dyn, Dyn>>>

Available on crate features matrix and i128 only.
Source§

impl ToValue for Ref<Matrix<u8, Const<1>, Dyn, VecStorage<u8, Const<1>, Dyn>>>

Available on crate features matrix and u8 only.
Source§

impl ToValue for Ref<Matrix<u8, Dyn, Const<1>, VecStorage<u8, Dyn, Const<1>>>>

Available on crate features matrix and u8 only.
Source§

impl ToValue for Ref<Matrix<u8, Dyn, Dyn, VecStorage<u8, Dyn, Dyn>>>

Available on crate features matrix and u8 only.
Source§

impl ToValue for Ref<Matrix<u16, Const<1>, Dyn, VecStorage<u16, Const<1>, Dyn>>>

Available on crate features matrix and u16 only.
Source§

impl ToValue for Ref<Matrix<u16, Dyn, Const<1>, VecStorage<u16, Dyn, Const<1>>>>

Available on crate features matrix and u16 only.
Source§

impl ToValue for Ref<Matrix<u16, Dyn, Dyn, VecStorage<u16, Dyn, Dyn>>>

Available on crate features matrix and u16 only.
Source§

impl ToValue for Ref<Matrix<u32, Const<1>, Dyn, VecStorage<u32, Const<1>, Dyn>>>

Available on crate features matrix and u32 only.
Source§

impl ToValue for Ref<Matrix<u32, Dyn, Const<1>, VecStorage<u32, Dyn, Const<1>>>>

Available on crate features matrix and u32 only.
Source§

impl ToValue for Ref<Matrix<u32, Dyn, Dyn, VecStorage<u32, Dyn, Dyn>>>

Available on crate features matrix and u32 only.
Source§

impl ToValue for Ref<Matrix<u64, Const<1>, Dyn, VecStorage<u64, Const<1>, Dyn>>>

Available on crate features matrix and u64 only.
Source§

impl ToValue for Ref<Matrix<u64, Dyn, Const<1>, VecStorage<u64, Dyn, Const<1>>>>

Available on crate features matrix and u64 only.
Source§

impl ToValue for Ref<Matrix<u64, Dyn, Dyn, VecStorage<u64, Dyn, Dyn>>>

Available on crate features matrix and u64 only.
Source§

impl ToValue for Ref<Matrix<u128, Const<1>, Dyn, VecStorage<u128, Const<1>, Dyn>>>

Available on crate features matrix and u128 only.
Source§

impl ToValue for Ref<Matrix<u128, Dyn, Const<1>, VecStorage<u128, Dyn, Const<1>>>>

Available on crate features matrix and u128 only.
Source§

impl ToValue for Ref<Matrix<u128, Dyn, Dyn, VecStorage<u128, Dyn, Dyn>>>

Available on crate features matrix and u128 only.
Source§

impl ToValue for Ref<Matrix<usize, Const<1>, Dyn, VecStorage<usize, Const<1>, Dyn>>>

Available on crate feature matrix only.
Source§

impl ToValue for Ref<Matrix<usize, Dyn, Const<1>, VecStorage<usize, Dyn, Const<1>>>>

Available on crate feature matrix only.
Source§

impl ToValue for Ref<Matrix<usize, Dyn, Dyn, VecStorage<usize, Dyn, Dyn>>>

Available on crate feature matrix only.
Source§

impl ToValue for Ref<Matrix<String, Const<1>, Dyn, VecStorage<String, Const<1>, Dyn>>>

Available on crate features matrix and string only.
Source§

impl ToValue for Ref<Matrix<String, Dyn, Const<1>, VecStorage<String, Dyn, Const<1>>>>

Available on crate features matrix and string only.
Source§

impl ToValue for Ref<Matrix<String, Dyn, Dyn, VecStorage<String, Dyn, Dyn>>>

Available on crate features matrix and string only.
Source§

impl ToValue for Ref<Matrix<C64, Const<1>, Dyn, VecStorage<C64, Const<1>, Dyn>>>

Available on crate features matrix and complex only.
Source§

impl ToValue for Ref<Matrix<C64, Dyn, Const<1>, VecStorage<C64, Dyn, Const<1>>>>

Available on crate features matrix and complex only.
Source§

impl ToValue for Ref<Matrix<C64, Dyn, Dyn, VecStorage<C64, Dyn, Dyn>>>

Available on crate features matrix and complex only.
Source§

impl ToValue for Ref<Matrix<R64, Const<1>, Dyn, VecStorage<R64, Const<1>, Dyn>>>

Available on crate features matrix and rational only.
Source§

impl ToValue for Ref<Matrix<R64, Dyn, Const<1>, VecStorage<R64, Dyn, Const<1>>>>

Available on crate features matrix and rational only.
Source§

impl ToValue for Ref<Matrix<R64, Dyn, Dyn, VecStorage<R64, Dyn, Dyn>>>

Available on crate features matrix and rational only.
Source§

impl ToValue for Ref<C64>

Available on crate feature complex only.
Source§

impl ToValue for Ref<MechMap>

Available on crate feature map only.
Source§

impl ToValue for Ref<MechRecord>

Available on crate feature record only.
Source§

impl ToValue for Ref<MechSet>

Available on crate feature set only.
Source§

impl ToValue for Ref<MechTable>

Available on crate feature table only.
Source§

impl ToValue for Ref<MechTuple>

Available on crate feature tuple only.
Source§

impl ToValue for Ref<R64>

Available on crate feature rational only.