Struct deno_doc::type_alias::TypeAliasDef [−][src]
pub struct TypeAliasDef { pub ts_type: TsTypeDef, pub type_params: Vec<TsTypeParamDef>, }
Fields
ts_type: TsTypeDef
type_params: Vec<TsTypeParamDef>
Trait 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
Auto Trait Implementations
impl RefUnwindSafe for TypeAliasDef
impl Send for TypeAliasDef
impl Sync for TypeAliasDef
impl Unpin for TypeAliasDef
impl UnwindSafe for TypeAliasDef
Blanket Implementations
Mutably borrows from an owned value. Read more