pub struct PhpRoot {
pub items: Vec<PhpItem>,
}Expand description
PHP AST 根节点
Fields§
§items: Vec<PhpItem>Trait Implementations§
Source§impl<'de> Deserialize<'de> for PhpRoot
impl<'de> Deserialize<'de> for PhpRoot
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
impl StructuralPartialEq for PhpRoot
Auto Trait Implementations§
impl Freeze for PhpRoot
impl RefUnwindSafe for PhpRoot
impl Send for PhpRoot
impl Sync for PhpRoot
impl Unpin for PhpRoot
impl UnwindSafe for PhpRoot
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more