Enum jsdoc::ast::Type [−][src]
pub enum Type {
All(AllType),
Unknown(UnknownType),
Nullable(NullableType),
NonNullable(NonNullableType),
Optional(OptionalType),
Function(FunctionType),
Variadic(VariadicType),
NamePath(NamePathType),
Union(UnionType),
Paren(ParenType),
}Variants
All(AllType)*
Unknown(UnknownType)?
Nullable(NullableType)NonNullable(NonNullableType)Optional(OptionalType)Function(FunctionType)Variadic(VariadicType)NamePath(NamePathType)Union(UnionType)Paren(ParenType)Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Typeimpl UnwindSafe for TypeBlanket Implementations
Mutably borrows from an owned value. Read more