Struct ext_php_rs::describe::Constant [−][src]
pub struct Constant {
pub name: Cow<'static, str>,
pub docs: DocBlock,
pub value: Option<Cow<'static, str>>,
}Expand description
Represents an exported constant, stand alone or attached to a class.
Fields
name: Cow<'static, str>docs: DocBlockvalue: Option<Cow<'static, str>>