Enum rustdoc_index::doc::Types1_55_0 [−][src]
pub enum Types1_55_0 {
OnlyArgs((Vec<Type1_55_0>,)),
WithMultiResponse(Vec<Type1_55_0>, Vec<Type1_55_0>),
WithResponse(Vec<Type1_55_0>, Type1_55_0),
}
Expand description
Variants
OnlyArgs((Vec<Type1_55_0>,))
Tuple Fields of OnlyArgs
0: (Vec<Type1_55_0>,)
WithMultiResponse(Vec<Type1_55_0>, Vec<Type1_55_0>)
Tuple Fields of WithMultiResponse
0: Vec<Type1_55_0>
1: Vec<Type1_55_0>
WithResponse(Vec<Type1_55_0>, Type1_55_0)
Tuple Fields of WithResponse
0: Vec<Type1_55_0>
1: Type1_55_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