pub struct PowerShellRoot {
pub items: Vec<PowerShellItem>,
}Expand description
PowerShell AST 根节点
Fields§
§items: Vec<PowerShellItem>Trait Implementations§
Source§impl Clone for PowerShellRoot
impl Clone for PowerShellRoot
Source§fn clone(&self) -> PowerShellRoot
fn clone(&self) -> PowerShellRoot
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PowerShellRoot
impl Debug for PowerShellRoot
Source§impl<'de> Deserialize<'de> for PowerShellRoot
impl<'de> Deserialize<'de> for PowerShellRoot
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
Source§impl PartialEq for PowerShellRoot
impl PartialEq for PowerShellRoot
Source§impl Serialize for PowerShellRoot
impl Serialize for PowerShellRoot
impl StructuralPartialEq for PowerShellRoot
Auto Trait Implementations§
impl Freeze for PowerShellRoot
impl RefUnwindSafe for PowerShellRoot
impl Send for PowerShellRoot
impl Sync for PowerShellRoot
impl Unpin for PowerShellRoot
impl UnwindSafe for PowerShellRoot
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