Lines Matching defs:Value
34 impl From<f32> for Value { implementation
50 impl From<f64> for Value { implementation
66 impl From<bool> for Value { implementation
82 impl From<String> for Value { implementation
98 impl<'a> From<&'a str> for Value { implementation
114 impl<'a> From<Cow<'a, str>> for Value { implementation
139 impl From<Number> for Value { implementation
155 impl From<Map<String, Value>> for Value { implementation
172 impl<T: Into<Value>> From<Vec<T>> for Value { implementation
188 impl<'a, T: Clone + Into<Value>> From<&'a [T]> for Value { implementation
204 impl<T: Into<Value>> FromIterator<T> for Value { implementation
234 impl<K: Into<String>, V: Into<Value>> FromIterator<(K, V)> for Value { implementation
254 impl From<()> for Value { implementation