Trait DataSetValue

Source
pub trait DataSetValue:
    TryFrom<DataSetValue>
    + Into<DataSetValue>
    + HasDataType { }
Expand description

Trait used to represent that a type can represent a value::DataSetValue

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl DataSetValue for bool

Source§

impl DataSetValue for f32

Source§

impl DataSetValue for f64

Source§

impl DataSetValue for i8

Source§

impl DataSetValue for i16

Source§

impl DataSetValue for i32

Source§

impl DataSetValue for i64

Source§

impl DataSetValue for u8

Source§

impl DataSetValue for u16

Source§

impl DataSetValue for u32

Source§

impl DataSetValue for u64

Source§

impl DataSetValue for String

Implementors§