Enum rustdoc_index::doc::Types1_58_0 [−][src]
pub enum Types1_58_0 {
OnlyArgs((Vec<Type1_58_0>,)),
WithMultiResponse(Vec<Type1_58_0>, Vec<Type1_58_0>),
WithResponse(Vec<Type1_58_0>, Type1_58_0),
}
Variants
OnlyArgs((Vec<Type1_58_0>,))
Tuple Fields of OnlyArgs
0: (Vec<Type1_58_0>,)
WithMultiResponse(Vec<Type1_58_0>, Vec<Type1_58_0>)
Tuple Fields of WithMultiResponse
0: Vec<Type1_58_0>
1: Vec<Type1_58_0>
WithResponse(Vec<Type1_58_0>, Type1_58_0)
Tuple Fields of WithResponse
0: Vec<Type1_58_0>
1: Type1_58_0
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more