Struct php_parser_rs::parser::ast::properties::Property
source · pub struct Property {
pub attributes: Vec<AttributeGroup>,
pub type: Option<Type>,
pub modifiers: PropertyModifierGroup,
pub entries: Vec<PropertyEntry>,
}Fields§
§attributes: Vec<AttributeGroup>§type: Option<Type>§modifiers: PropertyModifierGroup§entries: Vec<PropertyEntry>Trait Implementations§
source§impl<'de> Deserialize<'de> for Property
impl<'de> Deserialize<'de> for Property
source§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