Trait Scalar

Source
pub trait Scalar { }
Available on crate feature filter only.
Expand description

A value that is directly Operable.

Implementations on Foreign Types§

Source§

impl Scalar for bool

Source§

impl Scalar for i8

Source§

impl Scalar for i16

Source§

impl Scalar for i32

Source§

impl Scalar for i64

Source§

impl Scalar for u8

Source§

impl Scalar for u16

Source§

impl Scalar for u32

Source§

impl Scalar for u64

Source§

impl Scalar for String

Source§

impl<T: TimeZone> Scalar for DateTime<T>

Implementors§