Trait flow_record::ToMsgPackValue

source ·
pub trait ToMsgPackValue {
    // Required method
    fn to_msgpack_value(self) -> Value;
}

Required Methods§

Implementations on Foreign Types§

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 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<T> ToMsgPackValue for Option<T>
where T: ToMsgPackValue,

source§

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

Implementors§