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>,))
WithMultiResponse(Vec<Type1_55_0>, Vec<Type1_55_0>)
WithResponse(Vec<Type1_55_0>, 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
Auto Trait Implementations
impl RefUnwindSafe for Types1_55_0
impl Send for Types1_55_0
impl Sync for Types1_55_0
impl Unpin for Types1_55_0
impl UnwindSafe for Types1_55_0