Struct jsdoc::ast::ConstTag [−][src]
Fields
span: Spanty: Option<Text>name: Option<Text>Trait Implementations
impl<'de> Deserialize<'de> for ConstTag[src]
impl<'de> Deserialize<'de> for ConstTag[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl StructuralPartialEq for ConstTag[src]
impl StructuralPartialEq for ConstTag[src]Auto Trait Implementations
impl RefUnwindSafe for ConstTag
impl RefUnwindSafe for ConstTagimpl UnwindSafe for ConstTag
impl UnwindSafe for ConstTagBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]