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)
Tuple Fields
0: AllType*
Unknown(UnknownType)
Tuple Fields
0: UnknownType?
Nullable(NullableType)
Tuple Fields
0: NullableTypeNonNullable(NonNullableType)
Tuple Fields
Optional(OptionalType)
Tuple Fields
0: OptionalTypeFunction(FunctionType)
Tuple Fields
0: FunctionTypeVariadic(VariadicType)
Tuple Fields
0: VariadicTypeNamePath(NamePathType)
Tuple Fields
0: NamePathTypeUnion(UnionType)
Tuple Fields
0: UnionTypeParen(ParenType)
Tuple Fields
0: ParenTypeTrait 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
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 Type
impl UnwindSafe for Type
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
