Searched defs:AsMap (Results 1 – 2 of 2) sorted by relevance
7 pub trait AsMap: Sized + sealed::Sealed { trait
382 pub struct AsMap<S>(S); struct392 impl<S> Source for AsMap<S> implementation409 impl<S> fmt::Debug for AsMap<S> implementation465 impl<S> value::Value for AsMap<S> implementation593 impl<T> Serialize for AsMap<T> implementation