Enum rustdoc_index::doc::Types
source · [−]pub enum Types {
OnlyArgs((Vec<(String, ItemType)>,)),
WithResponse(Vec<(String, ItemType)>, ResponseType),
}
Variants
OnlyArgs((Vec<(String, ItemType)>,))
WithResponse(Vec<(String, ItemType)>, ResponseType)
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Types
impl<'de> Deserialize<'de> for Types
sourcefn 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 Types
impl Send for Types
impl Sync for Types
impl Unpin for Types
impl UnwindSafe for Types
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more