Struct rapid_web::shift::convert::TypescriptType
source · pub struct TypescriptType {
pub typescript_type: String,
pub is_optional: bool,
}Fields§
§typescript_type: String§is_optional: boolImplementations§
Trait Implementations§
source§impl Debug for TypescriptType
impl Debug for TypescriptType
source§impl From<String> for TypescriptType
impl From<String> for TypescriptType
source§fn from(typescript_type: String) -> TypescriptType
fn from(typescript_type: String) -> TypescriptType
Converts to this type from the input type.