flow_record

Trait ToMsgPackValue

source
pub trait ToMsgPackValue {
    // Required methods
    fn to_msgpack_value(self) -> Value;
    fn field_type() -> FieldType;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ToMsgPackValue for &f32

source§

impl ToMsgPackValue for &f64

source§

impl ToMsgPackValue for &i8

source§

impl ToMsgPackValue for &i16

source§

impl ToMsgPackValue for &i32

source§

impl ToMsgPackValue for &i64

source§

impl ToMsgPackValue for &str

source§

impl ToMsgPackValue for &u8

source§

impl ToMsgPackValue for &u16

source§

impl ToMsgPackValue for &u32

source§

impl ToMsgPackValue for &u64

source§

impl ToMsgPackValue for f32

source§

impl ToMsgPackValue for f64

source§

impl ToMsgPackValue for i8

source§

impl ToMsgPackValue for i16

source§

impl ToMsgPackValue for i32

source§

impl ToMsgPackValue for i64

source§

impl ToMsgPackValue for u8

source§

impl ToMsgPackValue for u16

source§

impl ToMsgPackValue for u32

source§

impl ToMsgPackValue for u64

source§

impl ToMsgPackValue for String

source§

impl ToMsgPackValue for Vec<u8>

source§

impl<T> ToMsgPackValue for Option<T>
where T: ToMsgPackValue,

source§

impl<Tz> ToMsgPackValue for DateTime<Tz>
where Tz: TimeZone,

Implementors§