Struct jsdoc::ast::NamePathType  [−][src]
Fields
span: Spanty: Box<Type>Trait Implementations
impl Clone for NamePathType[src]
impl Clone for NamePathType[src]fn clone(&self) -> NamePathType[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for NamePathType[src]
impl<'de> Deserialize<'de> for NamePathType[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl From<NamePathType> for Type[src]
impl From<NamePathType> for Type[src]fn from(v: NamePathType) -> Self[src]
impl PartialEq<NamePathType> for NamePathType[src]
impl PartialEq<NamePathType> for NamePathType[src]fn eq(&self, other: &NamePathType) -> bool[src]
fn ne(&self, other: &NamePathType) -> bool[src]
impl Serialize for NamePathType[src]
impl Serialize for NamePathType[src]impl StructuralPartialEq for NamePathType[src]
impl StructuralPartialEq for NamePathType[src]Auto Trait Implementations
impl RefUnwindSafe for NamePathType
impl RefUnwindSafe for NamePathTypeimpl Send for NamePathType
impl Send for NamePathTypeimpl Sync for NamePathType
impl Sync for NamePathTypeimpl Unpin for NamePathType
impl Unpin for NamePathTypeimpl UnwindSafe for NamePathType
impl UnwindSafe for NamePathTypeBlanket 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]