pub struct PowerShellIndexAccess {
pub object: Box<PowerShellExpression>,
pub index: Box<PowerShellExpression>,
}Expand description
PowerShell 索引访问
Fields§
§object: Box<PowerShellExpression>§index: Box<PowerShellExpression>Trait Implementations§
Source§impl Clone for PowerShellIndexAccess
impl Clone for PowerShellIndexAccess
Source§fn clone(&self) -> PowerShellIndexAccess
fn clone(&self) -> PowerShellIndexAccess
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 PowerShellIndexAccess
impl Debug for PowerShellIndexAccess
Source§impl<'de> Deserialize<'de> for PowerShellIndexAccess
impl<'de> Deserialize<'de> for PowerShellIndexAccess
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 PowerShellIndexAccess
impl PartialEq for PowerShellIndexAccess
Source§impl Serialize for PowerShellIndexAccess
impl Serialize for PowerShellIndexAccess
impl StructuralPartialEq for PowerShellIndexAccess
Auto Trait Implementations§
impl Freeze for PowerShellIndexAccess
impl RefUnwindSafe for PowerShellIndexAccess
impl Send for PowerShellIndexAccess
impl Sync for PowerShellIndexAccess
impl Unpin for PowerShellIndexAccess
impl UnwindSafe for PowerShellIndexAccess
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