[−][src]Trait log::kv::value::ToValue
A type that can be converted into a Value.
Required methods
Loading content...Implementations on Foreign Types
impl<T> ToValue for Option<T> where
T: ToValue, [src]
T: ToValue,
impl<'v> ToValue for Arguments<'v>[src]
Loading content...
Implementors
impl ToValue for ()[src]
impl ToValue for bool[src]
impl ToValue for char[src]
impl ToValue for f32[src]
impl ToValue for f64[src]
impl ToValue for i8[src]
impl ToValue for i16[src]
impl ToValue for i32[src]
impl ToValue for i64[src]
impl ToValue for isize[src]
impl ToValue for u8[src]
impl ToValue for u16[src]
impl ToValue for u32[src]
impl ToValue for u64[src]
impl ToValue for usize[src]
impl<'a, T: ?Sized> ToValue for &'a T where
T: ToValue, [src]
T: ToValue,