pub struct VbNetRoot {
pub items: Vec<Item>,
}Expand description
Root node of the VB.NET AST.
Fields§
§items: Vec<Item>Items in the compilation unit.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for VbNetRoot
impl<'de> Deserialize<'de> for VbNetRoot
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 VbNetRoot
Auto Trait Implementations§
impl Freeze for VbNetRoot
impl RefUnwindSafe for VbNetRoot
impl Send for VbNetRoot
impl Sync for VbNetRoot
impl Unpin for VbNetRoot
impl UnsafeUnpin for VbNetRoot
impl UnwindSafe for VbNetRoot
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