Enum jsdoc::ast::PropOrParam [−][src]
pub enum PropOrParam {
Prop(PropertyTag),
Param(ParameterTag),
}Variants
Prop(PropertyTag)Tuple Fields of Prop
0: PropertyTagParam(ParameterTag)Tuple Fields of Param
0: ParameterTagTrait Implementations
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PropOrParam
impl Send for PropOrParam
impl Sync for PropOrParam
impl Unpin for PropOrParam
impl UnwindSafe for PropOrParam
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